Class SFChartSelectionZoomInfo
This class specifies the selection zoom information.
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public class SFChartSelectionZoomInfo : NSObject
Constructors
SFChartSelectionZoomInfo()
Declaration
public SFChartSelectionZoomInfo()
Properties
State
Declaration
public SFChartZoomPanState State { get; }
Property Value
Type |
---|
SFChartZoomPanState |
ZoomRect
Gets the zoom rectangle of the chart area.
Declaration
public CGRect ZoomRect { get; }
Property Value
Type | Description |
---|---|
CoreGraphics.CGRect | The zoom rectangle. |