Example of Live stock data in ASP.NET Core Chart Control
This sample visualizes the animation in the candle chart when existing data is updated or new data is added.
                                                 DEMO 
                                            
                                            
                                                  SOURCE 
                                            
                                        
        In this example, you can see how to render and configure a candlestick series to display data that updates every second using the SetData method and adds new data every ten seconds using the AddPoint method. The chart demonstrates how to set up a last value label that follows the latest data.
    
More information on the candle series can be found in this documentation section.