TChart Title Font Color

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
toreba
Newbie
Newbie
Posts: 17
Joined: Thu Aug 07, 2014 12:00 am

TChart Title Font Color

Post by toreba » Wed Nov 05, 2014 12:21 pm

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

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TChart Title Font Color

Post by Yeray » Thu Nov 06, 2014 9:25 am

Hi Toreba,

I'm trying this in a new simple application and it works fine for me here.

Code: Select all

Chart1.Title.Font.Color := clRed;
Could you please arrange a simple example project we can run as-is to reproduce the problem here?

Thanks in advance.
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

toreba
Newbie
Newbie
Posts: 17
Joined: Thu Aug 07, 2014 12:00 am

Re: TChart Title Font Color

Post by toreba » Thu Nov 06, 2014 2:14 pm

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: TChart Title Font Color

Post by Narcís » Fri Nov 07, 2014 8:23 am

Hi Toreba,

I can confirm this works fine with the latest maintenance release.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply