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?

Declined
Last Updated: 12 May 2014 13:43 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 1
Category: Gauge
Type: Feature Request
0
The decimal separator of a NumericIndicator should be visualized between the digits. At the moment it  takes one position.