Back to Devexpress

CustomDrawSeriesPointEventArgs.SelectionState Property

corelibraries-devexpress-dot-xtracharts-dot-customdrawseriespointeventargs-838a5736.md

latest1.9 KB
Original Source

CustomDrawSeriesPointEventArgs.SelectionState Property

Specifies the selection state mode for the series whose points are currently being painted.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public SelectionState SelectionState { get; set; }
vb
Public Property SelectionState As SelectionState

Property Value

TypeDescription
SelectionState

A SelectionState enumeration value, representing the series point selection mode.

|

Available values:

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.

|

Remarks

Use the SelectionState property to specify the selection state mode for the series whose points are currently being painted in the ChartControl.CustomDrawSeriesPoint event handler.

See Also

CustomDrawSeriesPointEventArgs Class

CustomDrawSeriesPointEventArgs Members

DevExpress.XtraCharts Namespace