Skip to main content

WebChartControl.SeriesSelectionMode Property

Gets or sets a value specifying how the series is selected in the webchart control.

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v23.2.Web.dll

NuGet Package: DevExpress.Web.Visualization

Declaration

[DefaultValue(SeriesSelectionMode.Series)]
public SeriesSelectionMode SeriesSelectionMode { get; set; }

Property Value

Type Default Description
SeriesSelectionMode Series

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.

SeriesSelectionMode

Point

A single series point can be hot-tracked and selected at one time.

SeriesSelectionMode.Point

Argument

Points of multiple series which correspond to the selected point argument are selected and hot-tracked.

SeriesSelectionMode.Argument

See Also