![]() | Steema Issues DatabaseNote: 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. |
| Summary: | The null points are painted when IgnoreNull property is set to false. | ||
|---|---|---|---|
| Product: | PHP TeeChart | Reporter: | sandra pazos <sandra> |
| Component: | Chart | Assignee: | 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: | |
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); ...