The chart must be painted on a graphic using the DrawChart method and 0,0 is used as the upper left-hand corner of the chart on the graphic.

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

Syntax

C#
public GraphChart(
	int iWidth,
	int iHeight
)
Visual Basic (Declaration)
Public Sub New ( _
	iWidth As Integer, _
	iHeight As Integer _
)
Visual C++
public:
GraphChart(
	int iWidth, 
	int iHeight
)

Parameters

iWidth
Type: System..::.Int32
Width of the generated chart image
iHeight
Type: System..::.Int32
Height of the generated chart image

Remarks