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


Gets or sets the tool tip text shown when mouse pointer is over the object this Hotspot represents. This property also supports label markup tags and microcharts.

Syntax

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

See Also

© 2010 All Rights Reserved.