Class ChartZoomDeltaEventArgs
This class serves as an event data for ZoomDelta event.
Inherited Members
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public class ChartZoomDeltaEventArgs : ChartZoomEventArgs
Constructors
ChartZoomDeltaEventArgs()
Declaration
public ChartZoomDeltaEventArgs()
Properties
Cancel
Gets or sets a value indicating whether to continue the zooming action.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
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 |