CustomDrawSeriesEventArgs Class
In This Article
Provides data for the ChartControl.CustomDrawSeries event.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Remarks
The CustomDrawSeriesEventArgs class represents an argument for the ChartControl.CustomDrawSeries event of a chart control.
An instance of the CustomDrawSeriesEventArgs class with appropriate settings is automatically created and passed to the corresponding event's handler.
#Inheritance
Object
EventArgs
RoutedEventArgs
CustomDrawSeriesEventArgs
See Also