MindFusion WinForms Programmer's Guide
Chart.ShowToolTips Property
See Also
 





Gets or sets a value indicating whether tooltips are enabled.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public bool ShowToolTips { get; set; }

Visual Basic  Copy Code

Public Property ShowToolTips As Boolean

 Property Value

true if tool tips are enabled; otherwise false. Default is false.

 See Also

Chart Members
Chart Class
MindFusion.Charting.WinForms Namespace