CircularGaugeBuilder Class
This class is a Razor helper that wraps the DevExtreme CircularGauge widget.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public class CircularGaugeBuilder :
WidgetBuilder
In Razor files, use the following notation to add the control:
@Html.DevExtreme().CircularGauge()
See Also