[]
Renders the chart to a graphic.
public virtual void Render(Graphics g, ChartModel model, Rectangle r, bool drawSelection)
Public Overridable Sub Render(g As Graphics, model As ChartModel, r As Rectangle, drawSelection As Boolean)
| Type | Name | Description |
|---|---|---|
| Graphics | g | A Graphics object that is associated with a specific device context. |
| ChartModel | model | A ChartModel object. |
| Rectangle | r | Specifies the location and size. |
| bool | drawSelection | Specifies whether selection is rendered or not. |