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 - The null points are painted when IgnoreNull property is set to false.
Summary: The null points are painted when IgnoreNull property is set to false.
Status: CONFIRMED
Alias: None
Product: PHP TeeChart
Classification: Unclassified
Component: Chart (show other bugs)
Version: unspecified
Hardware: PC Windows
: Normal normal
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-02 05:00 EST by sandra pazos
Modified: 2015-01-02 05:00 EST (History)
0 users

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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);
...