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