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

DXCustomPaintEventArgs Properties

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.
Graphics Gets the custom graphic object. Inherited from CustomPaintEventArgs.
See Also