Back to Devexpress

SelectionState Enum

corelibraries-devexpress-dot-xtracharts-0c109afe.md

latest2.0 KB
Original Source

SelectionState Enum

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

Declaration

csharp
public enum SelectionState
vb
Public Enum SelectionState

Members

NameDescription
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:

Remarks

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:

StateImage
Normal
HotTracked
DrillDownHotTracked
Selected

See Also

DevExpress.XtraCharts Namespace