Page 1 of 1

TChart Title Font Color

Posted: Wed Nov 05, 2014 12:21 pm
by 16569987
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

Re: TChart Title Font Color

Posted: Thu Nov 06, 2014 9:25 am
by yeray
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.

Re: TChart Title Font Color

Posted: Thu Nov 06, 2014 2:14 pm
by 16569987
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

Re: TChart Title Font Color

Posted: Fri Nov 07, 2014 8:23 am
by narcis
Hi Toreba,

I can confirm this works fine with the latest maintenance release.