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

telerik:Gauge not found

1 Answer 47 Views
Gauge
This is a migrated thread and some comments may be shown as answers.
Harry
Top achievements
Rank 1
Harry asked on 24 Feb 2011, 05:48 PM
Hi all
I have been going though the RadControls for Silverlight and was working with the gauge control.  in the documentation it told you to use

<telerik:RadGauge>
             <StackPanel Background="{StaticResource BackgroundBrush}"
                HorizontalAlignment="Stretch">
                <StackPanel x:Name="spScales"
                Orientation="Horizontal"
                HorizontalAlignment="Center"
                Margin="10" />
            </StackPanel>
</ telerik:RadGauge>


And the gauge is not found.  I did check to make sure the gauge dll is loaded and when I use <control:RadGauge> loads fine.  Has anyone seen this issue and do you have any insight?           

1 Answer, 1 is accepted

Sort by
0
Harry
Top achievements
Rank 1
answered on 24 Feb 2011, 05:59 PM
of course right after I ask for help I get it to work
go figure
had the name spaces were wrong
Tags
Gauge
Asked by
Harry
Top achievements
Rank 1
Answers by
Harry
Top achievements
Rank 1
Share this question
or