corelibraries-devexpress-dot-xtracharts-cb56e321.md
Provides data for the ChartControl.CustomPaint (WebChartControl.CustomPaint) event.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class CustomPaintEventArgs :
EventArgs
Public Class CustomPaintEventArgs
Inherits EventArgs
CustomPaintEventArgs is the data class for the following events:
| Library | Related API Members |
|---|---|
| WinForms Controls | ChartControl.CustomPaint |
| ASP.NET Web Forms Controls | WebChartControl.CustomPaint |
| .NET Reporting Tools | XRChart.CustomPaint |
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.
Object EventArgs CustomPaintEventArgs DXCustomPaintEventArgs
See Also