Class SFChartResetZoomInfo
This class specifies the reset zoom information.
Inheritance
System.Object
SFChartResetZoomInfo
Namespace: Syncfusion.SfChart.iOS
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public class SFChartResetZoomInfo : NSObject
Constructors
SFChartResetZoomInfo()
Declaration
public SFChartResetZoomInfo()
Properties
Axis
Gets the axis, on which the zooming action occurring.
Declaration
public SFAxis Axis { get; }
Property Value
Type | Description |
---|---|
SFAxis | The axis. |
PreviousZoomFactor
Gets the previous zoom factor value of the chart axis
Declaration
public double PreviousZoomFactor { get; }
Property Value
Type | Description |
---|---|
System.Double | The previous zoom factor. |
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. |