ProgressCircle
Last updated
Was this helpful?
Last updated
Was this helpful?
The ProgressCircle component is entirely implemented on the server side as a derived class of . 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.
The ProgressCircle extension can be added to a Wisej.NET project using NuGet Package Manager.
Set the style of your in and the width in . Furthermore decide with if the circle is filled with the background color and whether text is displayed in the middle of the circle.
Find more information in our or inspect or .