Handling Null Values at SeriesTextSource

TeeChart for ActiveX, COM and ASP
Post Reply
aquaspy
Newbie
Newbie
Posts: 1
Joined: Thu Feb 02, 2006 12:00 am

Handling Null Values at SeriesTextSource

Post by aquaspy » Thu Jul 30, 2009 6:38 am

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.

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Handling Null Values at SeriesTextSource

Post by Yeray » Thu Jul 30, 2009 7:20 am

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply