Class ChartSelectionZoomEventArgs
This class serves as an event data for SelectionZoomStart event.
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public class ChartSelectionZoomEventArgs : EventArgs
Constructors
ChartSelectionZoomEventArgs()
Declaration
public ChartSelectionZoomEventArgs()
Properties
ZoomRect
Gets the zoom rectangle of the chart area.
Declaration
public Rect ZoomRect { get; }
Property Value
Type |
---|
Rect |