Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/10/09 17:14:04 (15 years ago)
Author:
dwagner
Message:

dw: Added new dialog for adding lines using the options dialog. (#478)

File:
1 edited

Legend:

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

    r1996 r2040  
    1717    }
    1818
     19    public string Label{
     20      get { return rowSettings.Label; }
     21    }
     22
    1923    protected DataRowBase() {
    2024      rowSettings = new DataRowSettings();
     25      rowSettings.LineType = DataRowType.Normal; //default value for most lines and aggregators
    2126      rowSettings.DataVisualSettingChanged += value_DataVisualSettingChanged;
    2227    }
Note: See TracChangeset for help on using the changeset viewer.