Gauges for WPF and Silverlight Overview
Gauges for WPF and Silverlight includes seven controls to enhance your data visualizations and business dashboards. Provide an interactive and attractive way to display information graphically. The C1.WPF.Gauge and C1.Silverlight.Gauge assembly includes three main controls:
- C1RadialGauge
Uses a rotating pointer to show a value along a curved scale. This is similar to a typical speedometer.
- C1LinearGauge
Uses a linear pointer to show a value along a linear scale. This is similar to a typical thermometer.
- C1Knob
Extends a C1RadialGauge to let the user select a numerical value by rotating the pointer. Perfect if you want to simulate the volume knob of a music player.
Both the C1RadialGauge and C1LinearGauge derive from a common abstract class C1Gauge that provides the base functionality common to all gauges.