Skip to main content

CustomDrawSeriesPointEventArgs.SelectionState Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.Charts

#Declaration

public SelectionState SelectionState { get; set; }

#Property Value

Type Description
SelectionState

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

Available values:

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.

#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