Back to Devexpress

SeriesSelectionMode Enum

corelibraries-devexpress-dot-xtracharts-54470224.md

latest2.4 KB
Original Source

SeriesSelectionMode Enum

Lists the values used to specify an object that can be hot-tracked or selected.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum SeriesSelectionMode
vb
<ResourceFinder(GetType(XtraChartsResFinder))>
Public Enum SeriesSelectionMode

Members

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.

|

The following properties accept/return SeriesSelectionMode values:

LibraryRelated API Members
WinForms ControlsChartControl.SeriesSelectionMode
ChartModel.SeriesSelectionMode
ASP.NET MVC ExtensionsChartControlSettings.SeriesSelectionMode
ASP.NET Web Forms ControlsWebChartControl.SeriesSelectionMode

Remarks

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

See Also

DevExpress.XtraCharts Namespace