Add ToolTips to Chart's Points in the Data Series

To add ToolTips to the Chart's DataSeries, complete the following steps:

1.   Add C1Chart to the Form.

2.   Add the following directive to declare the C1.Win.C1Chart namepace:

      Visual Basic

      C#

3.   Add the following code in the Form_load procedure to declare the dataseries and add the tooltips to the dataseries:

      Visual Basic

      C#

 

This topic illustrates the following:

When you hover over the points in the data series on the chart area at run time, the tooltips appear for each point, like the following:

 


Send us comments about this topic.
Copyright © GrapeCity, inc. All rights reserved.