Hi,I've some questions about RadRadialGauge :
1) is it possible to change the colored range width (like as in the linear gauges);
2) is it possible to show only some labels ? for eaxample min value, max value and mid value, on the scale ?
3) is it possible to show a label with the actual value (similar to http://www.justgage.com/)
4) is it possible to set gaugerange by percentual instead values, like this
thanks
1) is it possible to change the colored range width (like as in the linear gauges);
2) is it possible to show only some labels ? for eaxample min value, max value and mid value, on the scale ?
3) is it possible to show a label with the actual value (similar to http://www.justgage.com/)
4) is it possible to set gaugerange by percentual instead values, like this
<Ranges> <telerik:GaugeRange Color="#8dcb2a" From="0" To="25%" /> <telerik:GaugeRange Color="#ffc700" From="25%" To="50%" /> <telerik:GaugeRange Color="#ff7a00" From="50%" To="75%" /> <telerik:GaugeRange Color="#c20000" From="75%" To="100%" /></Ranges>thanks