This demo illustrates minor ticks of the CircularGauge scale. To display minor ticks, set the visible property of the minorTick configuration object to true.
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 ScaleMinorTicks() {
return View();
}
}
}