Skip to content

Commit 0e9e8d5

Browse files
authored
Update README.md
1 parent 29d09eb commit 0e9e8d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# How to create animated chart in Xamarin.Forms
22

3-
[Xamarin.Forms Charts](https://www.syncfusion.com/xamarin-ui-controls/xamarin-charts) will animate seamlessly in two ways: when you first load the chart or when you redraw it after modifying the data points. This section explains both ways of animating chart control using [EnableAnimation](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfChart.XForms.ChartSeries.html#Syncfusion_SfChart_XForms_ChartSeries_EnableAnimation) property and [Animate](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfChart.XForms.ChartSeries.html#Syncfusion_SfChart_XForms_ChartSeries_Animate) method.
3+
[Xamarin.Forms Charts](https://www.syncfusion.com/xamarin-ui-controls/xamarin-charts) will animate seamlessly in two ways: when you first load the chart or when you redraw it after modifying the data points. This section explains both ways of animating chart control using [EnableAnimation](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfChart.XForms.ChartSeries.html#Syncfusion_SfChart_XForms_ChartSeries_EnableAnimation) property and [Animate](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfChart.XForms.ChartSeries.html#Syncfusion_SfChart_XForms_ChartSeries_Animate) method. To know more about this, please refer this [article](https://www.syncfusion.com/kb/12481/?utm_medium=listing&utm_source=github-examples)
44
## To animate on startup
55
![](https://github.com/SyncfusionExamples/How-to-create-animated-chart-in-Xamarin.Forms/blob/main/Create-Animated-Charts-and-Graphs.gif)
66
## To animate on programmatically

0 commit comments

Comments
 (0)