Group: Forum Members
Last Active: 13 Years Ago
Posts: 4,
Visits: 1
|
I am running into a case where I have a line chart with > 100 series in it, each with around 10 data points. The performance of loading the chart can be quite slow and our use case calls for the series of the chart to change quite frequently.
The problem is adding a series to a chart seems to be very slow due to all of the binding / reflection calls that appear to be going on (I am working with Nevron v9, not the latest version). I've thought about implementing a series recycling mechanism so that I would not be constantly adding new series, but instead taking old ones and hiding / showing them and just adjusting their data.
Is there a best practice for dealing with these types of charts of large series and few data points? Thanks!
~Jeremy
|