This is the relative opacity of the indicator. A value of 1 is completely opaque. A value of 0 is transparent.

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

Syntax

C#
public float Opacity { get; set; }
Visual Basic (Declaration)
Public Property Opacity As Single
Visual C++
public:
property float Opacity {
	float get ();
	void set (float value);
}

Field Value

Return Value

Remarks

Defaults to 1.0

See Also