ToolTipOptions Properties
Contains settings that define how to display tooltips within a chart.Name | Description |
---|---|
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