Unplanned
Last Updated: 26 Feb 2018 11:20 by ADMIN
ADMIN
Created by: Andrey
Comments: 2
Category: Gauge
Type: Feature Request
5
The gauge control will have new knob-like indicator.
Unplanned
Last Updated: 05 Jan 2017 07:58 by ADMIN
ADMIN
Created by: Andrey
Comments: 0
Category: Gauge
Type: Feature Request
4
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.
Unplanned
Last Updated: 05 Jan 2017 07:58 by ADMIN
ADMIN
Created by: Andrey
Comments: 0
Category: Gauge
Type: Feature Request
1
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.
Unplanned
Last Updated: 13 Sep 2016 10:19 by ADMIN
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.
Unplanned
Last Updated: 07 Dec 2020 17:27 by ADMIN
Currently, when you use a logarithmic distribution for the gauge scale, the minor/middle ticks are positioned at equal spaces from one another. Add an API that allows you to position the minor/middle ticks using non exponential step.