The depth of the chart (this creates a 3D effect).

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also