The text that will appear when the viewer’s mouse pointer hovers over the button.
Namespace:
am.Charts
Assembly:
am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public string HelpBalloonText { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property HelpBalloonText As String |
| Visual C++ |
|---|
public:
property String^ HelpBalloonText {
String^ get ();
void set (String^ value);
} |
See Also