Zoom the axis in on (or magnify) a portion of the axis' range. The Zoom method accepts a canvas pixel rectangle and changes the ZoomMinimum and ZoomMaximum properties to zoom the axis into that visual portion of the range. It allows you to change the portion of the axis that is being visually displayed.
The overloaded Zoom method zooms the axis using chart values instead of canvas rectangle values.
Namespace: FMX.RS.ChartPanel
Delphi |
public |
Parameters
ClientRect
Type: TCanvasRect
The following example shows how to zoom and pan within the axis: Delphi |
begin |