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

could not find the type"telerik:IndicatorList "

1 Answer 71 Views
Gauges
This is a migrated thread and some comments may be shown as answers.
Luo
Top achievements
Rank 1
Luo asked on 04 Jul 2012, 04:35 PM

i download the free trial  RadControlsForWpfSetup_2012_2_611,and i study to us the gauge controls following this page : http://www.telerik.com/help/wpf/radgauge-overview.html

but when i run this corde

<Window x:Class="WpfApp.MainWindow"
        Title="MainWindow" Height="350" Width="525">
    <Grid>
        <telerik:RadialScale>
            <telerik:IndicatorList>
                <telerik:StateIndicator Name="stateIndicator"
   Left="0.45"
   Top="0.25"
   RelativeWidth="0.2"
   RelativeHeight="0.2">
                </telerik:StateIndicator>
            </telerik:IndicatorList>
        </telerik:RadialScale>
    </Grid>
</Window>

there are some erro message:
1、can't find the type"telerik:IndicatorList"
2、there is no Left 、Top、 RelativeWidth and RelativeHeight proprietary in StateIndicator
i also reference the these .dll: Telerik.Windows.Controls.DataVisualization.dll Telerik.Windows.Controls.dll Telerik.Windows.Data.dll
I do not konw the reason .
who can help me
Thanks !

1 Answer, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 09 Jul 2012, 10:29 AM
Hello Luo,

Your code snippet is for the very old version of the gauge control (prior 2011.Q3 release). Could you, please, tell me where did you get it, so we could fix this place? I would recommend you to take a look into the following topic in the online help that should get you started properly:

http://www.telerik.com/help/wpf/radgauge-getting-started-creating-radial-gauge.html 

All the best,
Andrey Murzov
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
Gauges
Asked by
Luo
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or