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 565

Summary: null bars are still drawn
Product: Java TeeChart Reporter: yeray alonso <yeray>
Component: SeriesAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: normal CC: marc
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
URL: http://www.teechart.net/support/viewtopic.php?f=10&t=14414
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description yeray alonso 2014-02-07 11:32:24 EST
Code to reproduce the issue:

    Series bar = new Bar(tChart.getChart());
    bar.add(-10);
    bar.addNull();
    bar.add(5);
    bar.add(6);