jQueryKnob

The jQueryKnob extension component uses the amazing jQueryKnob widget to create a Wisej.NET Real Time dial control that allows the user to rotate the dial to change its value or to type the value in the middle editor. The component allows you to set the value, range, line style, colors and more.

How to Use

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

You can define Step, MinValue and MaxValue and ShowInput to configure the jQueryKnob. Set up the type with KnobType and the skin with LineCapStyle.

Find more information in our JSWidgets example in C# or in VB.NET.

Last updated