SeriesSelectionMode Enum
In This Article
Lists the values used to specify an object that can be hot-tracked or selected.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#Members
Name | Description |
---|---|
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. |
#Related API Members
The following properties accept/return SeriesSelectionMode values:
Library | Related API Members |
---|---|
Win |
Chart |
Chart |
|
ASP. |
Chart |
ASP. |
Web |
#Remarks
The values listed by this enumeration can be used to set the ChartControl.SeriesSelectionMode property.
See Also