Skip to main content

CustomDrawSeriesPointEventArgs Class

Provides data for the ChartControl.CustomDrawSeriesPoint event.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

[NonCategorized]
public class CustomDrawSeriesPointEventArgs :
    CustomDrawSeriesEventArgs

#Remarks

The CustomDrawSeriesPointEventArgs class represents an argument for the ChartControl.CustomDrawSeriesPoint event of a chart control.

An instance of the CustomDrawSeriesPointEventArgs class with appropriate settings is automatically created and passed to the corresponding event's handler.

#Inheritance

See Also