Changeset 1346 for trunk/sources/HeuristicLab.Visualization/LineChart.cs
- Timestamp:
- 03/13/09 20:12:20 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Visualization/LineChart.cs
r1345 r1346 62 62 } 63 63 64 /// <summary> 65 /// updates the view settings 66 /// </summary> 64 67 private void UpdateViewSettings() { 65 68 titleShape.Font = viewSettings.TitleFont; … … 142 145 } 143 146 147 /// <summary> 148 /// sets the legend position 149 /// </summary> 144 150 private void SetLegendPosition() { 145 151 switch (viewSettings.LegendPosition) {
Note: See TracChangeset
for help on using the changeset viewer.