Changeset 14670
- Timestamp:
- 02/11/17 01:15:30 (8 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 14651
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Visualization.ChartControlsExtensions/3.3/EnhancedChart.cs
r14186 r14670 75 75 if (result.ChartArea != null && (result.ChartElementType == ChartElementType.PlottingArea || result.ChartElementType == ChartElementType.Gridlines)) { 76 76 foreach (var axis in result.ChartArea.Axes) 77 axis.ScaleView.ZoomReset( int.MaxValue);77 axis.ScaleView.ZoomReset(0); 78 78 } 79 79 }
Note: See TracChangeset
for help on using the changeset viewer.