Charting for WinForms Programmer's Guide
SimpleSeries.ToolTips Property
See Also
 






Gets or sets the tooltips corresponding to data values.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public IList<string> ToolTips { get; set; }

Visual Basic  Copy Code

Public Property ToolTips As IList(Of String)

 Property Value

A list of tooltip strings.

 See Also

SimpleSeries Members
SimpleSeries Class
MindFusion.Charting Namespace