SeriesSelectionMode Enum
Lists the values used to specify an object that can be hot-tracked or selected.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[ResourceFinder(typeof(XtraChartsResFinder))]
[TypeConverter(typeof(EnumTypeConverter))]
public enum SeriesSelectionMode
Members
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. |
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