You can format any data label: {value} - will be replaced with value and so on. You can add your own text or html code too. ({value} {title} {percents} {axis} {description})

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

Syntax

C#
public string BalloonTextFormatString { get; set; }
Visual Basic (Declaration)
Public Property BalloonTextFormatString As String
Visual C++
public:
property String^ BalloonTextFormatString {
	String^ get ();
	void set (String^ value);
}

See Also