Jump to content
Software FX Community

Animation


wpftester

Recommended Posts

We support 2 kinds of animation

1) When Data Changes: This is enabled by default, it will happen if you change one of the values plotted in the chart or if you change the whole data source and the number of points and series (and axes scales) remains the same

2) When the chart is loaded: This is disabled by default but you can enable it by doing

chart1.Animation.OnLoad = true

or in XAML

<cfx:Chart.Animation>

<cfx:AnimationAttributes OnLoad="true" />

</cfx:Chart.Animation>

JuanC
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...