• 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 in ASP.NET MVC Linear Gauge Control

This sample visualizes the tooltip for pointer in gauge. To see tooltip in action, hover pointer or tap the pointer.

DEMO
SOURCE

This sample demonstrates the measuring scale by using the linear gauge. Tooltip is used to track the pointer value closer to the current mouse position or touch contact. You can show the tooltip for an individual marker or bar pointer by hover or tap on the pointer in touch enabled devices.

Injecting Module

Linear gauge component features are segregated into individual feature-wise modules. To use tooltip, we need to inject GaugeTooltipmodule using LinearGauge.Inject(GaugeTooltip) method.

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