MindFusion.Wpf Pack Programmer's Guide
ToolTipType Enumeration
See Also
 





Specifies the type of tooltips to display for the values in a chart series.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public enum ToolTipType

Visual Basic  Copy Code

Public Enum ToolTipType

 Members

  Member name Description

ChartData

Indicates that the tooltips should display the associated value.

CustomText

Indicates that the tooltips are supplied by the user.

Empty

Indicates no tooltips.

 See Also

MindFusion.Charting.Wpf Namespace