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

AnimationSettings property not found

1 Answer 44 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Anthony Ortiz
Top achievements
Rank 1
Anthony Ortiz asked on 10 May 2010, 03:02 PM
Hello,

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

1 Answer, 1 is accepted

Sort by
0
Dwight
Telerik team
answered on 13 May 2010, 06:56 AM
Hello Anthony,

AnimationSettings is not a DependencyProperty. That is why it cannot be set through style.

Best,
Joshua
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Chart
Asked by
Anthony Ortiz
Top achievements
Rank 1
Answers by
Dwight
Telerik team
Share this question
or