![]() | Steema Issues DatabaseNote: 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. |
| Summary: | The distance between the label and the Y axis is wrong when LabelExponent is true. | ||
|---|---|---|---|
| Product: | VCL TeeChart | Reporter: | sandra pazos <sandra> |
| Component: | Axis | Assignee: | 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. |
||
The content of attachment 224 [details] has been deleted
Created attachment 227 [details]
Example that reproduces the Y axis distance problem.
|
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.