Gets or sets the tooltips to use when ToolTipType is set to Custom. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C#
![]() |
---|
public IList ToolTipText { get; set; } |
Visual Basic
![]() |
---|
Public Property ToolTipText As IList |
A list of objects to use as tooltips. The default is null (Nothing in Visual Basic).