This is a migrated thread and some comments may be shown as answers.

No Tooltip with Marker

1 Answer 52 Views
Gauge
This is a migrated thread and some comments may be shown as answers.
BRUNO
Top achievements
Rank 1
BRUNO asked on 02 Dec 2010, 06:08 PM

Hello,

 I have a problem with the tooltip poster on "Marker" of the control "telerik:RadGauge", here is an XAML sample :

<Grid x:Name="LayoutRoot" Background="White">
    <Grid.ColumnDefinitions>
        
<ColumnDefinition></ColumnDefinition>
        <ColumnDefinition></ColumnDefinition>
    <
/Grid.ColumnDefinitions>
    <telerik:RadGauge HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Name="OneGauge">
        <telerik:RadialGauge>
            <telerik:RadialScale>
                <telerik:IndicatorList>
                    <telerik:Marker Value="100" Location="Inside" TooltipFormat="100">
                    </telerik:Marker>
                </telerik:IndicatorList>
            </telerik:RadialScale>
        
</telerik:RadialGauge>
    </telerik:RadGauge>
    <telerik:RadGauge HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Column="1" Name="TwoGauge">
        <telerik:RadialGauge>
            <telerik:RadialScale>
                <telerik:IndicatorList>
                    <telerik:Marker Value="100" Location="OverCenter" TooltipFormat="100">
                    </telerik:Marker>
                </telerik:IndicatorList>
            </telerik:RadialScale>
        </telerik:RadialGauge>
    </telerik:RadGauge>
</Grid>

Thus the marker tooltip of Gauge "One" displays, what is not the case of Gauge "Two". There is only a single difference between these "Marker", it is the location "Inside" or "OverCenter".

 

Thank you in advance for your help.

 

1 Answer, 1 is accepted

Sort by
0
Accepted
Andrey
Telerik team
answered on 07 Dec 2010, 10:34 AM
Hello BRUNO,

Thank you for the information. We aware of this problem. It has been fixed already. The fix is available in the latest internal build.

Best wishes,
Andrey Murzov
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
Tags
Gauge
Asked by
BRUNO
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or