The size of the text.

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

Syntax

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

See Also