BulletGraph
BulletGraph
Overview
This sample shows the basic usage of the BulletGraph control.
Features
Description
This sample shows the basic usage of the BulletGraph control.
1 2 3 4 5 6 7 8 9 10 11 12 | using Microsoft.AspNetCore.Mvc; namespace MvcExplorer.Controllers { public partial class BulletGraphController : Controller { public ActionResult Index() { return View(); } } } |
1 2 3 4 5 | < 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) } |