Skip to main content
A newer version of this page is available. .

ToolTipOptions Properties

Contains settings that define how to display tooltips within a chart.
Name Description
IsDisposed Gets a value indicating whether the control has been disposed of. Inherited from ChartElement.
ShowForPoints Specifies whether to show tooltip for a series point.
ShowForSeries Specifies whether to show a tooltip for a particular series.
Tag Gets or sets the object that contains data related to the chart element. Inherited from ChartElement.
ToolTipPosition Represents how the tooltip position is defined, for example, relative to a mouse pointer or chart element.
ToolTipPositionSerializable Gets the string value used to support serialization of the tooltip options.
See Also