This sample illustrates plotting of local data about stock price analysis of two products for a certain period.
The Charts control supports data binding. The DataSource
property can be assigned either as list of objects or with instance of DataManager.
In this demo, the array of JavaScript objects is assigned as the data source to the Chart.
More information about the local data binding can be found in this documentation section.