Changeset 13106
- Timestamp:
- 11/03/15 11:37:42 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Visualization/HeuristicLab.Visualization/3.3/ChartControl.cs
r13105 r13106 40 40 41 41 public Color BackgroundColor { 42 get { return chart != null ? chart.BackgroundColor : null; }42 get { return chart != null ? chart.BackgroundColor : Color.Empty; } 43 43 set { 44 44 if (chart == null || chart.BackgroundColor == value) return;
Note: See TracChangeset
for help on using the changeset viewer.