Disable animation for StockChart

Hi!


Is there a way to disable the animation for StockChart component in Blazor?


Thanks for the answer.


1 Reply

DG Durga Gopalakrishnan Syncfusion Team October 4, 2021 12:53 PM UTC

Hi Kristof,  

Greetings from Syncfusion. 

We request you to set Enable=”false” in StockChartSeriesAnimation to disable animation in stockchart. Please check with the below sample and snippet. 

<SfStockChart> 
            <StockChartSeriesCollection> 
                <StockChartSeries DataSource="@DataSource" Type="ChartSeriesType.Candle"> 
                    <StockChartSeriesAnimation Enable="false"></StockChartSeriesAnimation> 
                </StockChartSeries> 
            </StockChartSeriesCollection> 
</SfStockChart> 


Kindly revert us if you have any concerns. 

Regards, 
Sridevi Bharathi.

Loader.
Up arrow icon