The DrawChart method draws the chart on a graphic.
Namespace:
jChartAssembly: jChart (in jChart)
Version: 1.1.0.6 (1.1.0.6)
Syntax
| C# |
|---|
public abstract void DrawChart( Graphics g ) |
| Visual Basic (Declaration) |
|---|
Public MustOverride Sub DrawChart ( _ g As Graphics _ ) |
| Visual C++ |
|---|
public: virtual void DrawChart( Graphics^ g ) abstract |
Parameters
- g
- Type: System.Drawing..::.Graphics
[Missing <param> documentation for "g"]