Example of Tooltip Template in ASP.NET MVC Chart Control
This sample visualizes USA wheat production data with the default line series in the chart. Data points are enhanced with a background image and a tooltip template.
DEMO
SOURCE
In this example, you can see how to render and configure a background image and the tooltip template for the chart. You can use the BackgroundImageopens in a new tab property to configure the background for the chart and the Templateopens in a new tab property in ChartTooltipSettings
to customize the tooltip UI.
More information about the tooltip template can be found in this documentation sectionopens in a new tab.