Axis Labels not drawing

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Newbie
Newbie
Posts: 1
Joined: Fri Nov 19, 2021 12:00 am

Axis Labels not drawing

Post by » Wed Jul 16, 2025 12:14 am

TeeChart Axis labels seem to be too aggressive in NOT drawing even when there is space when using LabelsAlternate.

In particular, even if you set LabelSeparation to the minimum non-zero value (1) and set LabelsAlternate to true it stops drawing some labels even if they should fit. I took a quick look at the source code and I think it does not take into account if labels alternate. Here is an example attached.

Any thoughts on whether this might get fixed or has anyone hacked the source to address this?
LabelsShouldFit.png
LabelsShouldFit.png (19.16 KiB) Viewed 273 times

Post Reply