dotnetCHARTING Send comments on this topic.
ToolTip Property
See Also 
dotnetCHARTING Namespace > Element Class : ToolTip Property



Gets or sets this elements tool tip. (Shortcut to: Element.Hotspot.Tooltip)

Syntax

Visual Basic (Declaration) 
Public Property ToolTip As String
Visual Basic (Usage)Copy Code
Dim instance As Element
Dim value As String
 
instance.ToolTip = value
 
value = instance.ToolTip
C# 
public string ToolTip {get; set;}
C++/CLI 
public:
property String^ ToolTip {
   String^ get();
   void set (String^ value);
}

Remarks

Element tokens can be used to describe this element.

See Also