Back to Devexpress

ChartControl.SeriesSelectionMode Property

wpf-devexpress-dot-xpf-dot-charts-dot-chartcontrol-a432b067.md

latest1.3 KB
Original Source

ChartControl.SeriesSelectionMode Property

Gets or sets a value specifying the series selection behavior.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
[NonCategorized]
public SeriesSelectionMode SeriesSelectionMode { get; set; }
vb
<NonCategorized>
Public Property SeriesSelectionMode As SeriesSelectionMode

Property Value

TypeDescription
SeriesSelectionMode

The series selection behavior identifier.

|

Available values:

NameDescription
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

ChartControl Class

ChartControl Members

DevExpress.Xpf.Charts Namespace