Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 1070

Summary: The null points are painted when IgnoreNull property is set to false.
Product: PHP TeeChart Reporter: sandra pazos <sandra>
Component: ChartAssignee: Steema Issue Manager <issuemanager>
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description sandra pazos 2015-01-02 05:00:32 EST
The null points are painted when IgnoreNull property is set to false. Use the lines code below to show the problem:
...
       $FastLine->SetNull(10);
       $FastLine->SetNull(11);
       $FastLine->SetIgnoreNulls(false);
...