Skip to content

Commit 29d09eb

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.
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.
44
## To animate on startup
5-
https://github.com/SyncfusionExamples/How-to-create-animated-chart-in-Xamarin.Forms/blob/main/Create-Animated-Charts-and-Graphs.gif
5+
![](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
7-
https://github.com/SyncfusionExamples/How-to-create-animated-chart-in-Xamarin.Forms/blob/main/Programmatically-animated-chart.gif
7+
![](https://github.com/SyncfusionExamples/How-to-create-animated-chart-in-Xamarin.Forms/blob/main/Programmatically-animated-chart.gif)

0 commit comments

Comments
 (0)