Class ChartScrollEventArgs
Inheritance
System.Object
ChartScrollEventArgs
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public class ChartScrollEventArgs : EventArgs
Constructors
ChartScrollEventArgs()
Declaration
public ChartScrollEventArgs()
Properties
Axis
Gets the axis, on which the zooming action occurring.
Declaration
public ChartAxis Axis { get; }
Property Value
Type |
---|
ChartAxis |
Cancel
Gets or sets a value indicating whether to continue the zooming action.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
ZoomPosition
Gets the zoom position of the chart axis.
Declaration
public double ZoomPosition { get; }
Property Value
Type |
---|
System.Double |