Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/29/09 17:23:18 (15 years ago)
Author:
cbahner
Message:

#636 first impl. of drawingStyle (DataRowSettings)

File:
1 edited

Legend:

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

    r1883 r1962  
    1 using System.Drawing;
     1using HeuristicLab.Visualization.Options;
    22
    33namespace HeuristicLab.Visualization {
     
    88
    99  public interface IDataRow {
    10     string Label { get; set; }
    11     Color Color { get; set; }
    12     int Thickness { get; set; }
     10    //string Label { get; set; }
     11    //Color Color { get; set; }
     12    //int Thickness { get; set; }
    1313    DrawingStyle Style { get; set; }
    1414    DataRowType LineType { get; set; }
    1515    bool ShowMarkers { get; set; }
     16    DataRowSettings RowSettings { get; set; }
    1617 
    1718    YAxisDescriptor YAxis { get; set; }
Note: See TracChangeset for help on using the changeset viewer.