Class SFChartSelectionZoomingInfo
This class specifies the selection zooming information.
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public class SFChartSelectionZoomingInfo : SFChartSelectionZoomInfo
Constructors
SFChartSelectionZoomingInfo()
Declaration
public SFChartSelectionZoomingInfo()
Properties
Cancel
Gets or sets a value indicating whether to continue the zooming action.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|