Skip to main content

CustomDrawSeriesPointEventArgs.SeriesPoint Property

Gets the series point currently being painted.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

public SeriesPoint SeriesPoint { get; }

#Property Value

Type Description
SeriesPoint

A SeriesPoint object which represents the series point currently being painted.

#Remarks

Use the SeriesPoint property to access the series point currently being painted when handling the ChartControl.CustomDrawSeriesPoint event.

See Also