Free cookie consent management tool by TermsFeed Policy Generator

Changeset 874


Ignore:
Timestamp:
11/29/08 17:27:30 (15 years ago)
Author:
swagner
Message:

Added HL3 operator ChartDataRowsModelDataCollector to collect double data values from a scope and to feed them into an IChartDataRowsModel (#408).

Location:
trunk/sources/HeuristicLab.Visualization
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Visualization/HeuristicLab.Visualization.csproj

    r866 r874  
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    55    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    6     <ProductVersion>9.0.30729</ProductVersion>
     6    <ProductVersion>9.0.21022</ProductVersion>
    77    <SchemaVersion>2.0</SchemaVersion>
    88    <ProjectGuid>{E392A1E2-DC95-4E33-B82E-8ED690EDA1AB}</ProjectGuid>
     
    8080    <Compile Include="ChartDataRowsModelDummy.cs" />
    8181    <Compile Include="CompositeShape.cs" />
     82    <Compile Include="ChartDataRowsModelDataCollector.cs" />
    8283    <Compile Include="LegendShape.cs" />
    8384    <Compile Include="DataRow.cs" />
  • trunk/sources/HeuristicLab.Visualization/IChartDataRowsModel.cs

    r859 r874  
    11using System.Collections.Generic;
     2using HeuristicLab.Core;
    23
    34namespace HeuristicLab.Visualization {
    4   public interface IChartDataRowsModel {
     5  public interface IChartDataRowsModel : IItem {
    56    string Title { get; set; }
    67    string XAxisLabel { get; set; }
Note: See TracChangeset for help on using the changeset viewer.