Example of Live stock data in ASP.NET MVC 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 setting up a crosshair to follow the latest data and adjusting the point color based on the value.
More information on the candle series can be found in this documentation sectionopens in a new tab.