When the viewer clicks on the event background, a balloon will appear, displaying this text.

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

Syntax

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

See Also