ccfx Posted January 26, 2009 Report Share Posted January 26, 2009 Being new to WPF, I am able to create storyboards with Expression Blend 2 to animate elements on a from . How can I animate point data on Chartfx WPF version as shown in the video demo on the website? Thanks Quote Link to comment Share on other sites More sharing options...
JuanC Posted January 26, 2009 Report Share Posted January 26, 2009 Animating elements in the chart is not as simple as animating elements in Blend because 1) You do not have direct access to bars/points/etc visuals 2) There is a big difference in look and layout between a bar, line and pie chart. Can you describe the animation you are looking for? JuanC Quote Link to comment Share on other sites More sharing options...
ccfx Posted January 26, 2009 Author Report Share Posted January 26, 2009 How would I go about creating any type of animation using a column, line or pie chart? A good start would be for column charts, the bars rising from the x axis line to the y axis value in sequence in a time of x seconds. Or even a transparency where the bars, or lines where they slowly fade in. Anything that I can do to make the data points transition into its final position, which is the final look of the chart. Doing this in code is fine, but I did not see any animation examples in the support files that came with RC1. Is there sample code somewhere I can try this? Thanks in advance, Chuck Quote Link to comment Share on other sites More sharing options...
ccfx Posted January 27, 2009 Author Report Share Posted January 27, 2009 How was the animation in the WPF Demo created found in this link? Its in your demo video. http://softwarefx.com/sfxNetProducts/ChartFX/wpf/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.