Specifies the possible modes used by a ChartSelectionBehavior to update the current selection within a RadChartBase instance.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
C#
public enum ChartSelectionMode
Fields
Multiple DataPoint/ChartSeries may be selected at a time.
C#
Multiple = 2
No selection is performed.
C#
None = 0
One DataPoint/ChartSeries may be selected at a time.
C#
Single = 1