Cannot change font name for numbers on TChart axes

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Cannot change font name for numbers on TChart axes

Post by Yeray » Wed May 10, 2017 10:14 am

Hello Bill,

Try with this:

Code: Select all

TChart1->Axes->Bottom->Texts->MarginToAxis=0;
The project used to reproduce the original problem doesn't have visible bottom axis labels.
If you still find problems with it, please try to arrange a simple example project we can run as-is to reproduce the problem here.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply