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 - Erroneous axis label behavior when scrolling with a single value
Summary: Erroneous axis label behavior when scrolling with a single value
Status: RESOLVED FIXED
Alias: None
Product: Java TeeChart
Classification: Unclassified
Component: Axes (show other bugs)
Version: 3.2015.0108
Hardware: PC Windows
: --- minor
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-29 15:00 EST by Jay Rinkel
Modified: 2020-04-14 12:38 EDT (History)
2 users (show)

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


Attachments
source code to demonstrate problem (1.34 KB, text/plain)
2016-01-29 15:00 EST, Jay Rinkel
Details
another source file to demonstrate problem (1.29 KB, text/plain)
2016-01-29 15:03 EST, Jay Rinkel
Details

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