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





Gets or sets tool tip labels shown at chart elements.

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

 Syntax

C#  Copy Code

public IList ToolTipText { get; set; }

Visual Basic  Copy Code

Public Property ToolTipText As IList

 Property Value

A list that holds other lists with the tooltip labels. Default value is an empty list.

 Remarks

Add as many lists with tooltips as data series are in your chart.

 See Also

Chart Members
Chart Class
MindFusion.Charting.WinForms Namespace