This is the dimension, in pixels, of the indicator. Write-only.

Namespace:  jChart
Assembly:  jChart (in jChart)
Version: 1.1.0.6 (1.1.0.6)

Syntax

C#
public int IndicatorSize { set; }
Visual Basic (Declaration)
Public WriteOnly Property IndicatorSize As Integer
Visual C++
public:
property int IndicatorSize {
	void set (int value);
}

Field Value

Remarks

Default is 10. To retrieve the current indicator size use the IndicatorWidth and IndicatorHeight properties

See Also