[]
Renders a 2D view of a chart model using GDI+ rendering.
public void Paint(Graphics g, RectangleF rectangle, ChartModel model)
Public Sub Paint(g As Graphics, rectangle As RectangleF, model As ChartModel)
| Type | Name | Description |
|---|---|---|
| Graphics | g | Graphics context. |
| RectangleF | rectangle | Rectangle to paint in. |
| ChartModel | model | Chart model to paint. |