The text in the data point balloon. Tags in curly brackets { } will be replaced with the information taken from the data file

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);
}

Remarks

The following tags are available: title value series description percents

See Also