Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DXCustomPaintEventArgs Properties
Show Inherited Hide Inherited

Provides data for the ChartControl.CustomPaint event when the chart is drawn on surfaces in GDI+ and DirectX modes.
Name Description
Bounds Gets the bounds of a custom graphic object. Inherited from CustomPaintEventArgs.
Cache Returns an object that allows you to draw on surfaces in GDI+ and DirectX modes.
DXGraphics Inherited from CustomPaintEventArgs.
Graphics Gets the custom graphic object. Inherited from CustomPaintEventArgs.
See Also