Concerned version : TeeChart Pro V2011.04 VCL
I will try to illustrate my question with pictures. The context is a data logging in function of the time. For some reasons, the data can be null (= 0), and in this case they should not appear on the chart. But here is what I got for the moment (X axis is the time) :

On this example, values between minute 8 and 175 are equal to 0
What I would like to obtain is this :

Points between 0 and real data are not linked !
I try to use the "TreatNulls" property of the series with tnSkip and tnIgnore without success (before each point).
How could I proceed for that ? I hope I was clear !
Thanks for your help
Bye