JustGage

The JustGage extension component uses the cool JustGage widget to render animated, nice and clean gauges. It is based on Raphaël library for vector drawing, so it’s completely resolution independent and self-adjusting. As a Wisej.NET Real Time widget you can set several properties: value, label, colors, range and more.

How to Use

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

Define the JustGage range with Minimum and Maximum and show/hide their labels with ShowMinMax. The title is set up with Text and its position with TitlePosition. You can also define animations to be used with StartAnimationType and RefreshAnimationType. Counter decides weather the value change should be animated_._ With Symbol you can display an additional symbol with the Value.

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

Last updated