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 - The distance between the label and the Y axis is wrong when LabelExponent is true.
Summary: The distance between the label and the Y axis is wrong when LabelExponent is...
Status: RESOLVED FIXED
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Axis (show other bugs)
Version: unspecified
Hardware: PC Windows
: High enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-11 05:44 EDT by sandra pazos
Modified: 2014-06-13 09:40 EDT (History)
1 user (show)

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


Attachments
Example that reproduces the Y axis distance problem. (deleted)
2014-06-11 05:44 EDT, sandra pazos
Details
Example that reproduces the Y axis distance problem. (62.81 KB, application/x-zip-compressed)
2014-06-11 06:44 EDT, sandra pazos
Details

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