Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/05/11 15:02:42 (12 years ago)
Author:
bburlacu
Message:

#1661: Improved naming of variables and replaced literals with constants. Added new IsVisibleInLegend visual property for data rows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Analysis.Views/3.3/DataTableView.cs

    r6978 r7124  
    203203        case DataRowVisualProperties.DataRowChartType.Histogram:
    204204          series.ChartType = SeriesChartType.Column;
     205          series.IsVisibleInLegend = row.VisualProperties.IsVisibleInLegend;
    205206          series.SetCustomProperty("PointWidth", "1");
    206207          if (!series.Color.IsEmpty && series.Color.GetBrightness() < 0.25)
Note: See TracChangeset for help on using the changeset viewer.