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 BalloonTextSize { get; set; }
Visual Basic (Declaration)
Public Property BalloonTextSize As FontUnit
Visual C++
public:
property FontUnit BalloonTextSize {
	FontUnit get ();
	void set (FontUnit value);
}

See Also