Determines if Chart axis scales fit all Chart points or not.
Run-time only. It is set to true when users's apply zoom or scroll to the Chart using the mouse at run-time. The Zoom.Undo method sets the Zoomed property to false and resets the axis scales to fit all Series points. The default value is true, meaning no zoom or scroll has been applied to the chart after it has been displayed for first time.
Applies the specified PercentZoom Zoom In/Out to the current Axis
scales. When PercentZoom is greater than 100%, Zoom Out is performed. When PercentZoom is lower than 100%, Zoom In is performed. The Animated property controls if Zoom is done directly in only o ne step or by multiple zooms thus giving an animation effect.