Hi,
Using TeeChart Pro v2013.09.131119 32-bit VCL in Delphi XE5, I try to change the colour of the chart title font, but it always shows blue. Is this a bug or am I doing something wrong?
Thanks for any advice.
Toreba
TChart Title Font Color
Re: TChart Title Font Color
Hi Toreba,
I'm trying this in a new simple application and it works fine for me here.
Could you please arrange a simple example project we can run as-is to reproduce the problem here?
Thanks in advance.
I'm trying this in a new simple application and it works fine for me here.
Code: Select all
Chart1.Title.Font.Color := clRed;
Thanks in advance.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TChart Title Font Color
Yeray,
I'm very sorry, but I forgot to give you the key piece of information that this is happening using the TChartEditor to make the change at run-time. Whatever colour we pick, the chart editor ignores it and reverts to blue.
I'm not using the most recent version of TChart, though, so I'm really asking whether this is something you've seen before and fixed. If you haven't seen it before then, I'll try to reproduce it with the latest TChart version in XE7.
Regards
Toreba
I'm very sorry, but I forgot to give you the key piece of information that this is happening using the TChartEditor to make the change at run-time. Whatever colour we pick, the chart editor ignores it and reverts to blue.
I'm not using the most recent version of TChart, though, so I'm really asking whether this is something you've seen before and fixed. If you haven't seen it before then, I'll try to reproduce it with the latest TChart version in XE7.
Regards
Toreba
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: TChart Title Font Color
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |