BulletGraph
概要
機能
サンプル
説明
このサンプルは、BulletGraph コントロールの基本的な使用方法を示します。
ソース
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) }
マニュアル