- Home
- Forum
- Xamarin.Forms
- Is EnableAnimation supported for SfChart (Xamarin form) ?
Is EnableAnimation supported for SfChart (Xamarin form) ?
6 Replies
EC
Eric Chong
October 5, 2015 10:22 AM UTC
Or , is it possible if I can refer to a sample with animation for PieSeries and BarSeries during load ? For Xamarin Form . Thanks
MK
Magesh Kumar Krishnan
Syncfusion Team
October 5, 2015 10:39 AM UTC
Hi Eric,
Currently we are not having support for chart animation. We have added it to our feature request list and it can be tracked through our Features Management System:
http://www.syncfusion.com/support/directtrac/features/XAMARIN-870
Please let us know if you have any query.
Thanks,
Magesh Kumar K
Currently we are not having support for chart animation. We have added it to our feature request list and it can be tracked through our Features Management System:
http://www.syncfusion.com/support/directtrac/features/XAMARIN-870
Please let us know if you have any query.
Thanks,
Magesh Kumar K
EC
Eric Chong
October 8, 2015 07:04 AM UTC
Hmm. I only wanted to have simple animation when the chart is being loaded , like Bars growing from bottom to top or Pie chart forming a circle . Is this not possible also ?
YP
Yuvaraj Palanisamy
Syncfusion Team
October 9, 2015 07:29 AM UTC
Hi Eric,
We have achieved your requirement by a workaround. In the workaround, we increased the value of each data point in the certain interval for the Android and iOS. For Windows Phone, we had written custom renderer to enable the native Windows Phone chart animation. Please refer to the workaround from the following attachment,
Sample: http://www.syncfusion.com/downloads/support/forum/120691/ze/ChartSample1418278922
Thanks,
Yuvaraj
We have achieved your requirement by a workaround. In the workaround, we increased the value of each data point in the certain interval for the Android and iOS. For Windows Phone, we had written custom renderer to enable the native Windows Phone chart animation. Please refer to the workaround from the following attachment,
Sample: http://www.syncfusion.com/downloads/support/forum/120691/ze/ChartSample1418278922
Thanks,
Yuvaraj
EC
Eric Chong
October 9, 2015 08:40 AM UTC
Thanks alot !
but I am having some issues with the sample , mainly these 2 lines
area.ListenPropertyChange = true;
ListenPropertyChange is not found for area which is of type ColumnSeriesExt inheriting ColumnSeries .
And
Data2[j].YValue = Data2[j].YValue + val;
where YValue is read only ?
Any idea ? Thanks !
MK
Magesh Kumar Krishnan
Syncfusion Team
October 12, 2015 05:25 AM UTC
Hi Eric,
We had added the support to replace the Y Value in our volume 3 release. We request you to download the latest version of the Syncfusion Essential Studio for Xamarin.Forms from the following link.
http://www.syncfusion.com/downloads/xamarin
Thanks,
Magesh Kumar
We had added the support to replace the Y Value in our volume 3 release. We request you to download the latest version of the Syncfusion Essential Studio for Xamarin.Forms from the following link.
http://www.syncfusion.com/downloads/xamarin
Thanks,
Magesh Kumar
SIGN IN To post a reply.
- 6 Replies
- 3 Participants
-
EC Eric Chong
- Oct 5, 2015 04:14 AM UTC
- Oct 12, 2015 05:25 AM UTC