[]
Draws the chart content to the specified graphics surface using the provided dimensions.
void Draw(C1Graphics graphics, double width, double height)
Sub Draw(graphics As C1Graphics, width As Double, height As Double)
| Type | Name | Description |
|---|---|---|
| C1Graphics | graphics | The graphics rendering context to draw into. |
| double | width | The target drawing width in device-independent units. |
| double | height | The target drawing height in device-independent units. |