Page 1 of 1

Null Values

Posted: Mon Nov 26, 2007 9:25 am
by 10047009
I want to change some 0 (zero) values in a series to null values so that they will not be rendered. What value must I change the double/floating variables to for this to take place?

The series are from a table and I want some 0 values not to be drawn on the charts.

Thanks

Posted: Mon Nov 26, 2007 10:10 am
by yeray
Hi Lucien,

You can use SetNull function to do it. You can give the index of the point that you want to set as null, for example:

Code: Select all

Series1.SetNull(2);