CustomDrawSeriesPointEventArgs.SeriesPoint Property
In This Article
Gets the series point currently being painted.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Series |
A Series |
#Remarks
Use the SeriesPoint property to access the series point currently being painted when handling the ChartControl.CustomDrawSeriesPoint event.
See Also