CustomDrawSeriesPointEventArgs.SeriesPoint Property
Gets the series point currently being painted.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public SeriesPoint SeriesPoint { get; }
#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.
Important
Changes applied to the object accessed via this property will never be effected.
To change a series point’s appearance in a specific case, use the Custom