Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
164
Fantastic XamChart Samples - animations available?
posted

I'm building a dashboard to show the management the power of the XamCharts as we evaluate different chart controls. 

You have some awesome examples in your sample browser.   The animations really bring some of these charts to life.  Can I get my hands on the xaml code for these animations to use as a base for my demo to my managers?  

For example the 'PieRotation' xaml to rotate the pie chart...  Cool code, but isn't exposed in your sample code clips or sample xaml.  It's in a resource dictionary which I can't find code for...

Is this available  in a sample project or as a code clip somewhere I can use as an example?   Are other animations?

 thanks,

 Kathy

Parents
  • 10880
    Verified Answer
    posted

    You can find the WPF sample project at:

    Vista:

     C:\Users\Public\Documents\Infragistics\NetAdvantage for WPF 2008 Vol. 2\Samples\xamFeatureBrowser

    XP:( i forget the exact path, haven't used XP in a while)

    C:\Documents and Settings\All Users\Infragistics\NetAdvantage for WPF 2008 Vol. 2\Samples\xamFeatureBrowser

     Once you open up the xamFeatureBrowser.cspoj file, find the page that has the animation you are intersted in.  For the 3D pie you mention, it is under Samples\XamChart\Pie_Chart_3D.xaml.  In there you will find it merging to a dictionary with a path defined.  Follow the path and you will find the animations in resources\xamChart\Default\Chart3D.xaml.  Also, you will see that the Chart3D.xaml merges with ChartShared.xaml.

     

     

Reply Children
No Data