I'm trying to programatically add a series to a Dundas TreeMap but I'm getting a Object reference not set to an instance of an object. error. This error looks to be a bug in Dundas, but I was wondering if anyone has tried/managed to do this?

If I add the series in declaratively then at all works fine.

link|improve this question

post your source code please. – Femaref Jun 8 '10 at 10:46
feedback

1 Answer

up vote 1 down vote accepted

It turns out that the TreeMap will quite happily have an empty series if they are declaratively declared, but if any are programatically added, then all series (even declaritive ones) have to have a data point. This worked for me.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.