If this is set to true, a balloon will mark the indicator’s current position on the X-axis.

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

Syntax

C#
public bool XBalloonEnabled { get; set; }
Visual Basic (Declaration)
Public Property XBalloonEnabled As Boolean
Visual C++
public:
property bool XBalloonEnabled {
	bool get ();
	void set (bool value);
}

See Also