Specifies the type of tooltips to display for the values in a chart series.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public enum ToolTipType |
Visual Basic Copy Code |
---|
Public Enum ToolTipType |
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. |