Skip to main content

SeriesSelectionMode Enum

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

[ResourceFinder(typeof(XtraChartsResFinder))]
public enum SeriesSelectionMode

#Members

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

#Related API Members

The following properties accept/return SeriesSelectionMode values:

Library Related API Members
WinForms Controls ChartControl.SeriesSelectionMode
ChartModel.SeriesSelectionMode
ASP.NET MVC Extensions ChartControlSettings.SeriesSelectionMode
ASP.NET Web Forms Controls WebChartControl.SeriesSelectionMode

#Remarks

The values listed by this enumeration can be used to set the ChartControl.SeriesSelectionMode property.

See Also