| C1.Win.C1Chart.4 Assembly > C1.Win.C1Chart Namespace > C1Chart Class : ShowTooltip Event |
'Declaration Public Event ShowTooltip As ShowTooltipEventHandler
public event ShowTooltipEventHandler ShowTooltip
The event handler receives an argument of type ShowTooltipEventArgs containing data related to this event. The following ShowTooltipEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| GroupIndex | Gets the chart group index. |
| PointIndex | Gets the data point index. |
| SeriesIndex | Gets the data series index. |
| TooltipText | Gets or sets the tooltip text. |