Gets or sets tool tip labels shown at chart elements.
Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms
C#
![]() |
---|
public IList ToolTipText { get; set; } |
Visual Basic
![]() |
---|
Public Property ToolTipText As IList |
A list that holds other lists with the tooltip labels. Default value is an empty list.
Add as many lists with tooltips as data series are in your chart.