CustomDrawSeriesEventArgs.Series Property
In This Article
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Series | A Series object which represents the series currently being painted. |
#Remarks
Use the Series property to access the series currently being painted when handling the ChartControl.CustomDrawSeries and ChartControl.CustomDrawSeriesPoint events.
See Also