Height of the chart image (same as iHeight from the constructor)
Namespace:
jChartAssembly: jChart (in jChart)
Version: 1.1.0.6 (1.1.0.6)
Syntax
| C# |
|---|
public int OuterHeight { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property OuterHeight As Integer |
| Visual C++ |
|---|
public: property int OuterHeight { int get (); void set (int value); } |