Hello,
I have the following code snippet :
However, I get a runtime error (using Silverlight 4 components) stating that this property does not exist. What am I doing wrong?
Regards,
Anthony
I have the following code snippet :
<Style TargetType="telerik:RadChart">
<Setter Property="AnimationSettings">
<Setter.Value>
<telerik:AnimationSettings TotalSeriesAnimationDuration="0:0:0.9" ItemAnimationDuration="0:0:0.66" />
</Setter.Value>
</Setter>
</Style>
However, I get a runtime error (using Silverlight 4 components) stating that this property does not exist. What am I doing wrong?
Regards,
Anthony