ChartControl.SeriesSelectionMode Property
In This Article
Gets or sets a value specifying the series selection behavior.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
[NonCategorized]
public SeriesSelectionMode SeriesSelectionMode { get; set; }
#Property Value
Type | Description |
---|---|
Series |
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