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.
Tooltips
are enabled in this example. To see a tooltip in action, hover over or tap on the chart.
More information about the local data binding can be found in this documentation section.