The DrawChart method draws the chart on a graphic.

Namespace:  jChart
Assembly:  jChart (in jChart)
Version: 1.1.0.6 (1.1.0.6)

Syntax

C#
public override void DrawChart(
	Graphics g
)
Visual Basic (Declaration)
Public Overrides Sub DrawChart ( _
	g As Graphics _
)
Visual C++
public:
virtual void DrawChart(
	Graphics^ g
) override

Parameters

g
Type: System.Drawing..::.Graphics

[Missing <param> documentation for "g"]

Remarks