Enum ChartSelectionMode
Specifies the possible modes used by a ChartSelectionBehavior to update the current selection within a RadChartBase instance.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public enum ChartSelectionMode
Multiple
Multiple DataPoint/ChartSeries may be selected at a time.
None
No selection is performed.
Single
One DataPoint/ChartSeries may be selected at a time.