if you have start and end values defined, title can be placed in the middle between these values. If false, it will be placed near start_value

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

Syntax

C#
public bool TitleCentered { get; set; }
Visual Basic (Declaration)
Public Property TitleCentered As Boolean
Visual C++
public:
property bool TitleCentered {
	bool get ();
	void set (bool value);
}

See Also