The OverLays property exposes an ArrayList of chart types which will be layered atop each other in the order that they are arranged in the ArrayList.

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

Syntax

C#
public ArrayList OverLays { get; set; }
Visual Basic (Declaration)
Public Property OverLays As ArrayList
Visual C++
public:
property ArrayList^ OverLays {
	ArrayList^ get ();
	void set (ArrayList^ value);
}

Field Value

Return Value

Remarks