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 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"]

Remarks