- Timestamp:
- 02/07/17 16:46:13 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Visualization.ChartControlsExtensions/3.3/EnhancedChart.cs
r14369 r14651 79 79 if (result.ChartArea != null && (result.ChartElementType == ChartElementType.PlottingArea || result.ChartElementType == ChartElementType.Gridlines)) { 80 80 foreach (var axis in result.ChartArea.Axes) 81 axis.ScaleView.ZoomReset( int.MaxValue);81 axis.ScaleView.ZoomReset(0); 82 82 } 83 83 }
Note: See TracChangeset
for help on using the changeset viewer.