Page 1 of 1

Handling Null Values at SeriesTextSource

Posted: Thu Jul 30, 2009 6:38 am
by 9090170
How do you handle null values at the SeriesTextSource ?

What values do you enter as null values at the data text file. I have tried empty text data and it throws error.

Re: Handling Null Values at SeriesTextSource

Posted: Thu Jul 30, 2009 7:20 am
by yeray
Hi aquaspy,

Null values in a database must be customly handled as almost everybody marks them in a different way and also everybody wants to treat them in a different way. So you should loop through your datasource and when a null value is identified, you should manually add it to the series using the AddNull methods provided.