Back to Devexpress

CustomPaintEventArgs Class

corelibraries-devexpress-dot-xtracharts-cb56e321.md

latest2.0 KB
Original Source

CustomPaintEventArgs Class

Provides data for the ChartControl.CustomPaint (WebChartControl.CustomPaint) event.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class CustomPaintEventArgs :
    EventArgs
vb
Public Class CustomPaintEventArgs
    Inherits EventArgs

CustomPaintEventArgs is the data class for the following events:

LibraryRelated API Members
WinForms ControlsChartControl.CustomPaint
ASP.NET Web Forms ControlsWebChartControl.CustomPaint
.NET Reporting ToolsXRChart.CustomPaint

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

Object EventArgs CustomPaintEventArgs DXCustomPaintEventArgs

See Also

CustomPaintEventArgs Members

DevExpress.XtraCharts Namespace