Initializes a new instance of the ChartDimensions class.

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

Syntax

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

Parameters

iWidth
Type: System..::.Int32
The width of the generated chart image.
iHeight
Type: System..::.Int32
The height of the generated chart image.

Remarks