CustomDrawSeriesEventArgs.Series Property
Gets the series whose points are currently being painted.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#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.
Important
Changes applied to the object accessed via this property will never be effected.
To change a series’ appearance in a specific case, use the Custom