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 430

Summary: [TJ71016294] Having a Bar series with a unique value, the mark isn't drawn. It on...
Product: Java TeeChart Reporter: yeray alonso <yeray>
Component: SeriesAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: major CC: yeray
Priority: Normal    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description yeray alonso 2013-11-20 12:16:13 EST
Having a Bar series with a unique value, the mark isn't drawn.
It only happens in Swing:
        tChart1.getAspect().setView3D(false);
        
        Bar bar1 = new Bar(tChart1.getChart());
        bar1.fillSampleValues(1);
        bar1.getMarks().setVisible(true); [created:2012-08-08T13:58:28.000+01:00 reported by:yeray@steema.com reported in version:3.2012.0202 (TeeChart Java)]