Gets or sets a ControlTemplate to be used with balloons for this item. This is a dependency property.

Namespace:  AmCharts.Windows.Core
Assembly:  AmCharts.Windows (in AmCharts.Windows.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Remarks

Use BalloonFrame (or derived class) as a root element of the template. Otherwise balloon wont be properly displayed.

See Also