Create a new instance of a chart and initialize the chart dimensions object which
objects belonging to this chart must use.
Namespace:
jChartAssembly: jChart (in jChart)
Version: 1.1.0.6 (1.1.0.6)
Syntax
| C# |
|---|
public Chart( int iWidth, int iHeight ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ iWidth As Integer, _ iHeight As Integer _ ) |
| Visual C++ |
|---|
public: Chart( int iWidth, int iHeight ) |
Parameters
- iWidth
- Type: System..::.Int32
Width of chart image
- iHeight
- Type: System..::.Int32
Height of chart image