Class ChartResetZoomEventArgs
This class serves as an event data for the ResetZoom event. The event data holds information after the chart has been reset on double tap.
Inheritance
System.Object
ChartResetZoomEventArgs
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public class ChartResetZoomEventArgs : EventArgs
Constructors
ChartResetZoomEventArgs()
Declaration
public ChartResetZoomEventArgs()
Properties
Axis
Gets the axis, on which the zooming action occurring.
Declaration
public ChartAxis Axis { get; }
Property Value
Type |
---|
ChartAxis |
PreviousZoomFactor
Gets the previous zoom factor value of the chart axis.
Declaration
public double PreviousZoomFactor { get; }
Property Value
Type |
---|
System.Double |
PreviousZoomPosition
Gets the previous zoom position of the chart axis.
Declaration
public double PreviousZoomPosition { get; }
Property Value
Type |
---|
System.Double |