Initializes a new instance of the ChartDimensions class.
Namespace:
jChartAssembly: 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.