Class SFChartPanInfo
This class specifies the pan information
Namespace: Syncfusion.SfChart.iOS
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public class SFChartPanInfo : NSObject
Constructors
SFChartPanInfo()
Declaration
public SFChartPanInfo()
Properties
Axis
Gets the axis, on which the zooming action occurring.
Declaration
public SFAxis Axis { get; }
Property Value
Type | Description |
---|---|
SFAxis | The axis. |
CurrentZoomPosition
Gets the current zoom position value of the chart axis.
Declaration
public double CurrentZoomPosition { get; }
Property Value
Type | Description |
---|---|
System.Double | The current zoom position. |
PreviousZoomPosition
Gets the previous zoom position of the chart axis.
Declaration
public double PreviousZoomPosition { get; }
Property Value
Type | Description |
---|---|
System.Double | The previous zoom position. |
State
Declaration
public SFChartZoomPanState State { get; }
Property Value
Type |
---|
SFChartZoomPanState |