Search
ToolTip.Text Property
See Also
 






Gets or sets the tooltip text.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public static string Text { get; set; }

Visual Basic  Copy Code

Public Shared Property Text As String

 Property Value

A string value.

 See Also