ChartControlSettings.SeriesSelectionMode Property
Gets or sets a value specifying how the series is selected in the chart control.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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.
|
| 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.
|
See Also


