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



Gets or sets the tool tip of empty elements.

Syntax

Visual Basic (Declaration) 
Public Property ToolTip As String
Visual Basic (Usage)Copy Code
Dim instance As EmptyElement
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);
}

See Also