Skip to main content
A newer version of this page is available. .

CustomPaintEventArgs Class

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public class CustomPaintEventArgs :
    EventArgs

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.

Inheritance

See Also