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 2272 - Rotate axis title transversely in OpenGL
Summary: Rotate axis title transversely in OpenGL
Status: CONFIRMED
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Axis (show other bugs)
Version: unspecified
Hardware: PC Windows
: High major
Target Milestone: ---
Assignee: Steema Issue Manager
URL: https://www.steema.com/support/viewto...
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-20 05:07 EST by yeray alonso
Modified: 2025-03-18 06:53 EDT (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yeray alonso 2019-12-20 05:07:58 EST
The Axis Title.Angle property rotates the Axis Title over the Z axis. So the texts are always in the XY plane, which is good for the front view perspective.

We could add the option to rotate the Title over the Y axis. This would allow you to align the Depth axis title with the Depth axis line.

An idea would be to add an AngleY property, at least for the Depth Axis Title in OpenGL.

However, we should also study what we do with:
- Other Canvas (GDIPlus, GDI,...)
- Other Texts (other axis titles, labels, series marks,...)
- An AngleX property to allow full rotation of the texts?