MVC5 Classic
Define the Tooltip

The following code shows how to use the Hint object to create a tooltip that displays the label and Y-values for each series:

hint: {
                content: function () {
                    return this.label + '<br><br> ' + this.y + '';
                }
            },

This topic illustrates the following:

The following image shows the tooltip that appears when you hover over each data series:

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback