Gets or sets the component's tooltip text.
Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public string ToolTip { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ToolTip As String |
A string value.
See Also