The width of the indicator. This property can be used in conjunction with IndicatorWidth
to create bubble charts using the ScatterOverlay overlay type.
Namespace:
jChartAssembly: jChart (in jChart)
Version: 1.1.0.6 (1.1.0.6)
Syntax
| C# |
|---|
public int IndicatorHeight { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property IndicatorHeight As Integer |
| Visual C++ |
|---|
public: property int IndicatorHeight { int get (); void set (int value); } |