UI for ASP.NET Core
Very useful for illustrating progress towards a goal, the current status of some value within a range of upper and lower bounds or a summary of some fluctuating metric, UI for ASP.NET for Core supports two sleek gauge controls:
Adding gauges and data visualization with a simple HTML-like syntax has never been easier thanks to the LinearGauge and RadialGauge's support for Tag Helpers in ASP.NET Core.
The ASP.NET Core Gauges render completely on the client-side, using HTML5 Canvas or the SVG element specification to deliver itself to the user. These standards are widely supported in modern browsers, but the Gauge component has a fallback to VML for older browsers (IE 7/8).
UI for ASP.NET Core comes with a complete server-side API. With simple API calls, you can configure all features of the Core Gauges. Since the server wrappers output the JavaScript, you also have full access to the client-side API for maximum control in the browser.
You can customize the pointer, area and scale of the Core gauges—the API attributes are exposed for this purpose—and specify animation transition on loading.
You can also choose vertical or horizontal orientation for the linear gauge and set the start and sweep angle of the radial gauge scale.