This demo shows how to enable and customize the tooltip of the CircularGauge. Hover over the value indicator or any of the subvalue indicators to show its tooltip.
using DevExtreme.MVC.Demos.Models.SampleData;
using System.Collections.Generic;
using System.Web.Mvc;
namespace DevExtreme.MVC.Demos.Controllers {
public class GaugesController : Controller {
public ActionResult GaugeTooltip() {
return View();
}
}
}