Example of Local Data in Javascript Chart Control

/
/
Local Data

This sample shows the plotting of local data in a stock price analysis of two products over a period of time.

More Details...

Description

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 list of objects is assigned as the data source to the Charts control. The chart can be bound to IEnumerable, IQueryable, and ObservableCollection data sources. More information on the local data binding can be found in this documentation section.