Changeset 874
- Timestamp:
- 11/29/08 17:27:30 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.Visualization
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Visualization/HeuristicLab.Visualization.csproj
r866 r874 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion>9.0. 30729</ProductVersion>6 <ProductVersion>9.0.21022</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{E392A1E2-DC95-4E33-B82E-8ED690EDA1AB}</ProjectGuid> … … 80 80 <Compile Include="ChartDataRowsModelDummy.cs" /> 81 81 <Compile Include="CompositeShape.cs" /> 82 <Compile Include="ChartDataRowsModelDataCollector.cs" /> 82 83 <Compile Include="LegendShape.cs" /> 83 84 <Compile Include="DataRow.cs" /> -
trunk/sources/HeuristicLab.Visualization/IChartDataRowsModel.cs
r859 r874 1 1 using System.Collections.Generic; 2 using HeuristicLab.Core; 2 3 3 4 namespace HeuristicLab.Visualization { 4 public interface IChartDataRowsModel {5 public interface IChartDataRowsModel : IItem { 5 6 string Title { get; set; } 6 7 string XAxisLabel { get; set; }
Note: See TracChangeset
for help on using the changeset viewer.