Class SfChart.ScrollEventArgs
Inheritance
System.Object
SfChart.ScrollEventArgs
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class ScrollEventArgs : EventArgs
Constructors
ScrollEventArgs()
Declaration
public ScrollEventArgs()
Properties
Cancel
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
ChartAxis
Declaration
public ChartAxis ChartAxis { get; }
Property Value
Type |
---|
ChartAxis |
ZoomPosition
Declaration
public double ZoomPosition { get; }
Property Value
Type |
---|
System.Double |