BulletGraph
BulletGraph
Overview
Features
Sample
Description
This sample shows the basic usage of the BulletGraph control.
Source
IndexController.cs
using Microsoft.AspNetCore.Mvc; namespace MvcExplorer.Controllers { public partial class BulletGraphController : Controller { public ActionResult Index() { return View(); } } }
Index.cshtml
<c1-bullet-graph min="0" max="10" good="3" bad="4" value="5" target="6" width="500px"> </c1-bullet-graph> @section Description{ @Html.Raw(BulletGraphRes.Index_Text0) }
Documentation