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.
Set the style of your ProgressCircle in LineCapand the width in LineWidth.
Furthermore decide with FillCircleif the circle is filled with the background color and ShowValuewhether text is displayed in the middle of the circle.
Find more information in our Blog or inspect or Example.