ProgressCircle

The ProgressCircle component is entirely implemented on the server side as a derived class of Wisej.Web.Canvas. It draws on a HTML5 canvas element on the client directly from the server in real time. The component lets you set value, line style and thickness, fill color, font, etc.

How to Use

The ProgressCircle extension can be added to a Wisej.NET project using NuGet Package Manager.

Set the style of your ProgressCircle in LineCap and the width in LineWidth. Furthermore decide with FillCircle if the circle is filled with the background color and ShowValue whether text is displayed in the middle of the circle.

Find more information in our Blog or inspect or Example.

Last updated