Example of Update data source in ASP.NET Core Chart Control
This sample demonstrates how the data source for the chart can dynamically update with random values at a set interval.
DEMO
SOURCE
In this example, you can see how to render and configure a column chart that displays sales data, with each entry featuring the product name and the corresponding sales percentage. Additionally, the chart can dynamically update with random values using the SetData
method.
More information on the column series can be found in this documentation section.