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