angle of rotation of title

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

Syntax

C#
public Nullable<int> TitleRotate { get; set; }
Visual Basic (Declaration)
Public Property TitleRotate As Nullable(Of Integer)
Visual C++
public:
property Nullable<int> TitleRotate {
	Nullable<int> get ();
	void set (Nullable<int> value);
}

See Also