corelibraries-devexpress-dot-xtracharts-0c109afe.md
Lists all available selection states for the chart’s series and series points.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public enum SelectionState
Public Enum SelectionState
| Name | Description |
|---|---|
Normal |
A series / series point is in the default state.
|
| HotTracked |
A series / series point is hot-tracked.
|
| Selected |
A series / series point is selected.
|
| DrillDownHotTracked |
A series / series point is hot-tracked for drill down.
|
The following properties accept/return SelectionState values:
The values listed by the SelectionState enumeration are used to set the CustomDrawSeriesPointEventArgs.SelectionState property for the series whose points are currently being painted.
The following table illustrates all available states:
| State | Image |
|---|---|
| Normal | |
| HotTracked | |
| DrillDownHotTracked | |
| Selected |
See Also