CustomDrawSeriesPointEventArgs.SelectionState Property
In This Article
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 |
---|---|
Selection |
A Selection |
Available values:
Name | Description |
---|---|
Normal | A series / series point is in the default state. |
Hot |
A series / series point is hot-tracked. |
Selected | A series / series point is selected. |
Drill |
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