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 1425

Summary: Erroneous axis label behavior when scrolling with a single value
Product: Java TeeChart Reporter: Jay Rinkel <jay.rinkel>
Component: AxesAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: minor CC: marc, yeray
Priority: ---    
Version: 3.2015.0108   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:
Attachments: source code to demonstrate problem
another source file to demonstrate problem

Description Jay Rinkel 2016-01-29 15:00:50 EST
Created attachment 543 [details]
source code to demonstrate problem

When a series is added to a chart, and there is only 1 value in the series, the point is initially centered on the chart, but after zooming or scrolling, the point is moved to the minimum of the axes. If the value is significantly less than 1 (ex 0.001) then the axis ticks all become labeled with the value (so the user cannot distinguish a difference). If the value is 1 then the labels will totally disappear. 

This problem assumes that a fix described in bug 1421 has been applied to the code so that it will actually run.
Comment 1 Jay Rinkel 2016-01-29 15:03:00 EST
Created attachment 544 [details]
another source file to demonstrate problem