My question is whether ChartView performs better with a collection that implements IList, versus a collection that only implements IEnumerable.
The docs for several other Telerik controls specifically mention that IList data sources perform better than IEnumerable data sources. Examples include RadListBox and RadGridView, both of which state: "If the scenario requires a custom collection to be implemented, use the IList interface, which provides individual access by index to its items and the best performance."
Is this also the case for RadChartView?