Completed
Last Updated: 21 Sep 2018 14:12 by ADMIN
ADMIN
Created by: Vladimir Stoyanov
Comments: 1
Category: Gauge
Type: Bug Report
0

			
Declined
Last Updated: 26 Aug 2024 05:20 by ADMIN
Created by: Viktor
Comments: 1
Category: Gauge
Type: Bug Report
0

Hi!

Iam trying to use a RadGauge to display two values, CurrentCapacity and MaxCapacity, and I thought a gauge would be a nice way. But my marker on the RadHorizontalLinearGauge does not align correctly.

<telerik:RadHorizontalLinearGauge>
    <telerik:HorizontalLinearScale Min="0" Max="10" >
        <telerik:HorizontalLinearScale.Indicators>
            <telerik:Marker Value="2"></telerik:Marker>
        </telerik:HorizontalLinearScale.Indicators>
    </telerik:HorizontalLinearScale>
</telerik:RadHorizontalLinearGauge>

Results in:

Notice marker is not on 2. The same problem occurs with different Max and Values. 

 

Do I have some strange style that applies a margin/padding or something?

1 2