Class SFChartSelectionChangingInfo
This class specifies the selection state.
Inherited Members
Namespace: Syncfusion.SfChart.iOS
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public class SFChartSelectionChangingInfo : SFChartSelectionInfo
Constructors
SFChartSelectionChangingInfo()
Declaration
public SFChartSelectionChangingInfo()
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 |
|