Class ChartSelectionChangingEventArgs
This class serves as an event data for SelectionChanging event.
Inherited Members
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public class ChartSelectionChangingEventArgs : ChartSelectionEventArgs
Constructors
ChartSelectionChangingEventArgs()
Declaration
public ChartSelectionChangingEventArgs()
Properties
Cancel
Gets or sets a value indicating whether to continue the segment selection.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |