Skip to main content
A newer version of this page is available. .

SelectionState Enum

Enumerates available selection states for chart series points.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.1.dll

Declaration

public enum SelectionState

Members

Name Description
Normal

The appearance of a chart’s series point corresponds to the unselected state.

SelectedStates_Normal

HotTracked

The appearance of a chart’s series point corresponds to the hot-tracked state.

SelectedStates_HotTracked

Selected

The appearance of a chart’s series point corresponds to the selected state.

SelectedStates_Selected

Related API Members

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.

See Also