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