New to Telerik UI for WinFormsStart a free 30-day trial

Defines the selection modes of ChartSeries.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.dll

Syntax:

C#
public enum ChartSelectionMode

Fields

Multiple DataPoints can be selected.

C#
MultipleDataPoints = 2

No DataPoints can be selected.

C#
None = 0

Single DataPoint can be selected.

C#
SingleDataPoint = 1