Class SfChart.ZoomDeltaEventArgs
Inheritance
System.Object
SfChart.ZoomDeltaEventArgs
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class ZoomDeltaEventArgs : SfChart.ChartZoomEventArgs
Constructors
ZoomDeltaEventArgs()
Declaration
public ZoomDeltaEventArgs()
Properties
Cancel
Declaration
public bool Cancel { get; set; }
Property Value
PreviousZoomFactor
Declaration
public double PreviousZoomFactor { get; }
Property Value
PreviousZoomPosition
Declaration
public double PreviousZoomPosition { get; }
Property Value