CustomPaintEventArgs Class
Provides data for the ChartControl.CustomPaint (WebChartControl.CustomPaint) event.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Remarks
The CustomPaintEventArgs class represents an argument for the ChartControl.CustomPaint event of a chart control.
An instance of the CustomPaintEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.
See Also