I've been pouring over your documentation to try to find a simple gauge to display horizontally. If I paste in the ones from your documentation they are Vertical and changing the "Vertical="false"" property makes the gauge disappear completely?
If I put an appearance-backgroundColor="grey" I can see the area where the gauge should be but no gauge is in there?
Here's what I'm using:
I would have thought that changing from verticle to horizontal would be in the <Appearance> properties too?
If I put an appearance-backgroundColor="grey" I can see the area where the gauge should be but no gauge is in there?
Here's what I'm using:
<telerik:RadLinearGauge ID="rGaugeHorizontal" runat="server" Transitions="True" Width="450" Height="140" Appearance-BackgroundColor="#EDEDED"> <Pointer Value="5" Shape="BarIndicator" Color="Black" Size="15"> </Pointer> <Scale Min="0" Max="100" Vertical="false" Mirror="True" MajorTicks-Size="25" MinorTicks-Size="20"> <Ranges> <telerik:GaugeRange From="0" To="20" Color="red" /> <telerik:GaugeRange From="20" To="40" Color="blue" /> <telerik:GaugeRange From="40" To="60" Color="green" /> </Ranges> </Scale> </telerik:RadLinearGauge>I would have thought that changing from verticle to horizontal would be in the <Appearance> properties too?