Back to Devexpress

WebChartControl.SeriesSelectionMode Property

aspnet-devexpress-dot-xtracharts-dot-web-dot-webchartcontrol-e4b3580c.md

latest2.1 KB
Original Source

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.v25.2.Web.dll

NuGet Package : DevExpress.Web.Visualization

Declaration

csharp
[DefaultValue(SeriesSelectionMode.Series)]
public SeriesSelectionMode SeriesSelectionMode { get; set; }
vb
<DefaultValue(SeriesSelectionMode.Series)>
Public Property SeriesSelectionMode As SeriesSelectionMode

Property Value

TypeDefaultDescription
SeriesSelectionModeSeries

A SeriesSelectionMode enumeration member specifying the selection behavior of a series.

|

Available values:

NameDescription
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

WebChartControl Class

WebChartControl Members

DevExpress.XtraCharts.Web Namespace