The gauge control will have new knob-like indicator.
It should be possible to specify origin of the bar indicator. For example, the radial scale is going from -10 to 10. In the current implementation bar indicator always starts at the minimum of the scale. We should have an ability to change origin of the bar indicator so that it starts at 0. I.e. if the value of the bar indicator was set to 5 then the bar should start at 0 and go to 5, currently is starts at -10 and goes to 5.
RangeList and TickList should support ability to set list of the arbitrary objects as ItemsSource and use ItemTemplate to create ranges and custom tick marks.
Currently, when you serialize a gauge control (using the XamlWriter.Save() method), the values of the properties of type GaugeMeasure are not serialized properly. Instead of the measure value, the result from the ToString() method of the GaugeMeasure() class is serialized - Telerik.Windows.Controls.Gauge.GaugeMeasure.
The decimal separator of a NumericIndicator should be visualized between the digits. At the moment it takes one position.