corelibraries-devexpress-dot-xtracharts-54470224.md
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
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum SeriesSelectionMode
<ResourceFinder(GetType(XtraChartsResFinder))>
Public Enum SeriesSelectionMode
| 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.
|
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 |
The values listed by this enumeration can be used to set the ChartControl.SeriesSelectionMode property.
See Also