TCustomChart.ZoomPercent

TCustomChart.ZoomPercent
TCustomChart

procedure ZoomPercent(Const PercentZoom: Double);

Unit
Chart

Description
The Chart.ZoomPercent method 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 AnimatedZoom property controls if Zoom is done directly in only one step or by multiple zooms thus giving an animation effect.