Skip to main content

ChartControl.SeriesSelectionMode Property

Gets or sets a value specifying the series selection behavior.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

[NonCategorized]
public SeriesSelectionMode SeriesSelectionMode { get; set; }

Property Value

Type Description
SeriesSelectionMode

The series selection behavior identifier.

Available values:

Name Description
Series

The entire series is selected.

Point

Only a single data point is selected.

Argument

All data points with the same argument are selected.

See Also