The text of a balloon. Balloons appear when the viewer rolls the mouse cursor over a column. Tags in curly brackets { } will be replaced with the information taken from the data file. The following tags are available: title value series percents start difference total

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

Syntax

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

See Also