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"
xmlns:telerik
=
"http://schemas.telerik.com/2008/xaml/presentation"
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 !