The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
YGYuvaraj Gajaraj Syncfusion Team June 30, 2022 11:55 AM UTC
Hi Willroy,
Greetings from Syncfusion. Yes, you can animate the series
separately with the help of the animate public method in the ChartSeriesController.
So, you can call the animate()
public method and animate the chart when changing the x visibleMinimum
value. Here we have created the sample and attached it below, which animates the
chart while changing the visibleMinimum
value of the x-axis. You can modify the sample as per your requirement.