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 793

Summary: The distance between the label and the Y axis is wrong when LabelExponent is true.
Product: VCL TeeChart Reporter: sandra pazos <sandra>
Component: AxisAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: enhancement CC: marc
Priority: High    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:
Attachments: Example that reproduces the Y axis distance problem.
Example that reproduces the Y axis distance problem.

Description sandra pazos 2014-06-11 05:44:47 EDT
Created attachment 224 [details]
Example that reproduces the Y axis distance problem.

On the Y axis, the distance between the label and the axis is wrong. When you have the exponent, the text is too far from the axis. It appears as if the label is being sized, presuming that the exponent will not be drawn in superscript.  

I.E: if you turns labelsExponent off, the label looks like and it is perfectly positioned near the axis. 

When you turn labelsExponent on, the position of the label does not move enough to bring the superscripted exponent close to the axis. 

The attached project reproduces the problem.
Comment 1 sandra pazos 2014-06-11 06:40:52 EDT
The content of attachment 224 [details] has been deleted
Comment 2 sandra pazos 2014-06-11 06:44:02 EDT
Created attachment 227 [details]
Example that reproduces the Y axis distance problem.