Skip to main content

CustomPaintEventArgs Class

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.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