This question is locked. New answers and comments are not allowed.
Hello-
I'm getting the error "The resource "RadialGaugeHalfCirleNStyle" could not be resolved.
<Canvas.Resources>
<ResourceDictionary x:Key="RadialGaugeHalfCircle">
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/Telerik.Windows.Controls.Gauge;component/Themes/generic.xaml"/>
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Canvas.Resources>
<telerik:RadGauge x:Name="AttainmentGauge" VerticalAlignment="Top" Height="266" Width="358" Canvas.Top="0" Canvas.Left="709" />
<telerik:RadialGauge Margin="100,20,0,21" Canvas.Left="688" Canvas.Top="40" Height="242" Width="200" Style="{StaticResource RadialGaugeHalfCircleNStyle}">
<telerik:RadialScale x:Name="radialScale" Min="0" Max="1000" >
<telerik:IndicatorList>
<telerik:Marker x:Name="gauge1_marker" IsAnimated="True" Value="0" Background="LightBlue" />
<telerik:Needle x:Name="gauge1_needle" IsAnimated="true" Value="0" />
</telerik:IndicatorList>
</telerik:RadialScale>
</telerik:RadialGauge>
Im using VS2010, Silverlight 4 and RadControls for Silverlight Q1 2010 SP2.
Thoughts?
Thanks!
-Jeremy
I'm getting the error "The resource "RadialGaugeHalfCirleNStyle" could not be resolved.
<Canvas.Resources>
<ResourceDictionary x:Key="RadialGaugeHalfCircle">
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/Telerik.Windows.Controls.Gauge;component/Themes/generic.xaml"/>
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Canvas.Resources>
<telerik:RadGauge x:Name="AttainmentGauge" VerticalAlignment="Top" Height="266" Width="358" Canvas.Top="0" Canvas.Left="709" />
<telerik:RadialGauge Margin="100,20,0,21" Canvas.Left="688" Canvas.Top="40" Height="242" Width="200" Style="{StaticResource RadialGaugeHalfCircleNStyle}">
<telerik:RadialScale x:Name="radialScale" Min="0" Max="1000" >
<telerik:IndicatorList>
<telerik:Marker x:Name="gauge1_marker" IsAnimated="True" Value="0" Background="LightBlue" />
<telerik:Needle x:Name="gauge1_needle" IsAnimated="true" Value="0" />
</telerik:IndicatorList>
</telerik:RadialScale>
</telerik:RadialGauge>
Im using VS2010, Silverlight 4 and RadControls for Silverlight Q1 2010 SP2.
Thoughts?
Thanks!
-Jeremy