Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/23/09 11:21:29 (15 years ago)
Author:
mstoeger
Message:

removed unused interfaces/classes. reordered methods. #498

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Visualization/3.2/IChartDataRowsModel.cs

    r1880 r1886  
    11using System.Collections.Generic;
    22using HeuristicLab.Core;
    3 using HeuristicLab.Visualization.LabelProvider;
    43using HeuristicLab.Visualization.Options;
    54
     
    76  public interface IChartDataRowsModel : IItem {
    87    string Title { get; set; }
    9     List<IDataRow> Rows { get; }
    108
    119    XAxisDescriptor XAxis { get; }
    1210    List<YAxisDescriptor> YAxes { get; }
    1311
     12    List<IDataRow> Rows { get; }
    1413    void AddDataRow(IDataRow row);
    1514    void RemoveDataRow(IDataRow row);
Note: See TracChangeset for help on using the changeset viewer.