The width of the indicator. This property can be used in conjunction with IndicatorHeight
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 IndicatorWidth { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property IndicatorWidth As Integer |
| Visual C++ |
|---|
public: property int IndicatorWidth { int get (); void set (int value); } |