Gets or sets the tooltips corresponding to data values.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public IList<string> ToolTips { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ToolTips As IList(Of String) |
A list of tooltip strings.
See Also