Moves the visual window, specified by the ZoomMinimum and ZoomMaximum properties, by the amount. The Amount parameter is based on chart axis values. Specifying a positive amount moves the zoomed window right and a negative amount moves it left.
Use the overloaded Pan method to move the visual window using pixel amounts directly.
The Pan method does nothing if the chart axis is not zoomed in (
Zooming = True).
Namespace: FMX.RS.ChartPanel
Delphi |
public |
Parameters
Amount
Type: TRSChartValueType
The following example shows how to zoom and pan within the axis: Delphi |
begin |