public ChartToolTip ToolTip {get;}
Remarks
TheToolTip property displays a text box at the cursor.
Example
[C#]
This example shows the sum of all Y values at the ToolTip.
tChart1[0].Chart.ToolTip.Text="Value " + tChart1[0].YValues.Total.ToString();
tChart1[0].Chart.ToolTip.Show();
tChart1[0].Chart.ToolTip.InitialDelay=50;
See Also
Chart Class | Chart Members | Steema.TeeChart Namespace