RadialGauge
RadialGauge
Overview
Features
Sample
Description
This sample shows the basic usage of the RadialGauge control.
Source
IndexController.cs
using Microsoft.AspNetCore.Mvc;
namespace MvcExplorer.Controllers
{
public partial class RadialGaugeController : Controller
{
public ActionResult Index()
{
return View();
}
}
}
Index.cshtml
<c1-radial-gauge min="0" max="10" value="5" show-text="None" width="300px" height="180px">
</c1-radial-gauge>
@section Description{
@Html.Raw(RadialGaugeRes.Index_Text0)
}
Documentation