|
Custom Data Models
Essential Chart also provides you a very easy way to implement a custom "data model" by implementing a simple data model interface. Use this approach to encapsulate your data retrieval code within a scalable scope.
Such custom data models are also better performing than manually populating a ChartSeries with data points, usually when dealing with huge data.
The following screenshots illustrates the indexed and non-indexed model interfaces.
Non-Indexed Model
Indexed Model
|
|
|
|