SeriesAnimation Tool is not working

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Planoresearch
Newbie
Newbie
Posts: 57
Joined: Thu Jun 02, 2011 12:00 am

SeriesAnimation Tool is not working

Post by Planoresearch » Tue Dec 13, 2011 8:03 am

Hi Steema Support,
We are working on a project which is being developed in Silverlight and we are using TeeChart For Dot Net 2010. In this we have different charts and we are trying to create animation effect in some series. But somehow while we are using SerieAanimation tool it does not affect anything. We are using following code to do so:

Code: Select all

SeriesAnimation seriesAnimation1 = new SeriesAnimation();
Mychart.Tools.Add(seriesAnimation1);
seriesAnimation1.Active = true;
seriesAnimation1.Series = myPie;	//any pie chart
seriesAnimation1.StartAtMin = false;
seriesAnimation1.StartValue = 0;
seriesAnimation1.Steps = 500;
seriesAnimation1..Execute();
Please tell us what we are doing wrong.
Any suggestion will be highly appreciated.

Thanks & Regards
Planoresearch

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: SeriesAnimation Tool is not working

Post by Sandra » Tue Dec 13, 2011 3:21 pm

Hello Planoresearch

You are right. We have added your request in the bug list report with number [TW24015961]. We will try to fix it for next maintenace releases of TeeChartFor .Net Silverlight.

Thanks
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply