I'm creating a graph with multiple LineSeries - the X axis is of DateType. There are only a few dates (right now I'm testing with 4: 01/01/2013, 01/01/2014, 01/01/2015, 01/01/2016). If I have 8 series - the graph will render but if my number of series is higher (say 20) - it will crash on both Chrome and IE.
If I keep my high number of series and now limit my date range to within a single year but have many dates (say I partition that year by month into 12 DateTime items on the X axis) - it renders correctly and quickly. This doesn't seem to make sense as there is more data here!
I'm creating binding a DataTable where I create a new column per series. Appreciate some advice on what might be causing this and how to resolve it - thanks.