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


Gets or sets this legend entry's tool tip.

Syntax

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

Return Value

A string representing the tool tip of this legend entry.

Remarks

Tokens may be used to describe the object represented by this legend entry.

See Also

© 2010 All Rights Reserved.