Skip to main content
A newer version of this page is available. .

ChartControl.SeriesSelectionMode Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.UI.dll

Declaration

public SeriesSelectionMode SeriesSelectionMode { get; set; }

Property Value

Type Description
SeriesSelectionMode

A SeriesSelectionMode enumeration member specifying the selection behavior of a series.

Available values:

Name Description
Series

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

SeriesSelectionMode

Point

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

SeriesSelectionMode.Point

Argument

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

SeriesSelectionMode.Argument

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the SeriesSelectionMode property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also