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


Gets or sets this annotation's tool tip.

Syntax

Visual Basic (Declaration) 
Public Property ToolTip As String
Visual Basic (Usage)Copy Code
Dim instance As Annotation
Dim value As String
 
instance.ToolTip = value
 
value = instance.ToolTip
C# 
public string ToolTip {get; set;}

See Also

© 2010 All Rights Reserved.