|
|
Data Sources
Essential Chart for WPF can be populated with points in many different ways. Essential Chart supports data from sources such as ObservableCollections, LINQ results, databases, IList, XML data, CollectionView etc.,
|
|
|
|
With the new DataBinding concepts, Essential Chart WPF enables the users to bind data from different sources such as XML data, IList objects, observable collections, external datasource, CollectionViewSource, LINQ results etc. Chart also supports adding data of different data types such as Numbers, DateTime, Logarithmic values etc. It facilitates the users to change the formats data being displayed just by changing the properties.
Chart with Numbers
Chart with Date
|
|
|
|
|
|
|