Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/30/09 12:19:16 (15 years ago)
Author:
shofstad
Message:

DataRowSettings updated (#636)

File:
1 edited

Legend:

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

    r1962 r1972  
    3232      this.RowSettings.Color = color;
    3333      this.RowSettings.Thickness = thickness;
    34       this.Style = style;
     34      this.RowSettings.Style = style;
    3535      this.dataRow = dataRow;
    36       this.ShowMarkers = true;
     36      this.RowSettings.ShowMarkers = true;
    3737    }
    3838
     
    4141      this.RowSettings.Color = color;
    4242      this.RowSettings.Thickness = thickness;
    43       this.Style = style;
    44       this.ShowMarkers = showMarkers;
     43      this.RowSettings.Style = style;
     44      this.RowSettings.ShowMarkers = showMarkers;
    4545      this.dataRow = dataRow;
    4646    }
Note: See TracChangeset for help on using the changeset viewer.