Class SFChartSelectionZoomInfo
This class specifies the selection zoom information.
Namespace: Syncfusion.SfChart.iOS
Assembly: Syncfusion.SFChart.iOS.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. |