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

Summary: Rotate axis title transversely in OpenGL
Product: VCL TeeChart Reporter: yeray alonso <yeray>
Component: AxisAssignee: Steema Issue Manager <issuemanager>
Status: CONFIRMED ---    
Severity: major    
Priority: High    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
URL: https://www.steema.com/support/viewtopic.php?p=76821#p76820
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

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?