Back to Devexpress

ChartModel.SeriesSelectionMode Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-chartmodel-b170f128.md

latest2.1 KB
Original Source

ChartModel.SeriesSelectionMode Property

Gets or sets a value specifying how the series is selected in the chart control.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[LocalizableCategory(DesignerCategories.Behavior)]
public SeriesSelectionMode SeriesSelectionMode { get; set; }
vb
<LocalizableCategory(DesignerCategories.Behavior)>
Public Property SeriesSelectionMode As SeriesSelectionMode

Property Value

TypeDescription
SeriesSelectionMode

The value specifying the selection behavior of a series.

|

Available values:

NameDescription
Series

Only the entire series can be hot-tracked and selected at one time.

| | Point |

A single series point can be hot-tracked and selected at one time.

| | Argument |

Points of multiple series which correspond to the selected point argument are selected and hot-tracked.

|

See Also

ChartModel Class

ChartModel Members

DevExpress.XtraCharts.Designer Namespace