• Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

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 BackgroundImage property to configure the background for the chart and the Template property in ChartTooltipSettings to customize the tooltip UI.

More information about the tooltip template can be found in this documentation section.