Search found 8 matches

by Vectar
Sun Mar 20, 2005 11:08 pm
Forum: VCL
Topic: Changing serie colour
Replies: 8
Views: 10142

Thanks Josep. That's sorted the problem.

Regards,

John
by Vectar
Thu Mar 17, 2005 7:38 pm
Forum: VCL
Topic: Changing serie colour
Replies: 8
Views: 10142

Hi Narcis,

I've posted the project again and this time it's there!

Regards,

John
by Vectar
Tue Mar 15, 2005 8:18 pm
Forum: VCL
Topic: Changing serie colour
Replies: 8
Views: 10142

Hi Narcis,

I've tried your suggestions but neither option forces the change of colour in the legend. So I've posted the project as you suggested.

Regards,

John
by Vectar
Fri Mar 11, 2005 7:44 pm
Forum: VCL
Topic: Changing serie colour
Replies: 8
Views: 10142

Hi Marjan, The code I'm using is below. procedure TDataForm.On1Click(Sender: TObject); begin with ColorDialog1 do begin Options := []; if Execute then OnColour := Color; with Chart1.Series[ 0 ] do begin SeriesColor := Color ; end; Grafit(Treatnumb,Numb); end; end; As you can see, I'm using SeriesCol...
by Vectar
Thu Mar 10, 2005 10:06 pm
Forum: VCL
Topic: Installation
Replies: 4
Views: 6985

Thanks Narcis. It now works OK

Regards,

John
by Vectar
Thu Mar 10, 2005 9:57 pm
Forum: VCL
Topic: Changing serie colour
Replies: 8
Views: 10142

Changing serie colour

Hi folks, I have a bar chart in which the user can change bar colours programmatically. The colour of the bar changes OK but the corresponding colour in the chart legend remains as it was before the change. In V5 the legend colour changed with the bar colour (I think) but not in V7. How do I persuad...
by Vectar
Wed Mar 09, 2005 10:25 pm
Forum: VCL
Topic: Installation
Replies: 4
Views: 6985

Installation

Hi Narcis, Thank you for the response. I've removed all the packages I originally installed and all the earlier version files. I then re-installed V7 Pro but I'm now getting the following error message: [Fatal Error] ParkinsonProj.dpr(9): Unit TeEngine was compiled with a different version of TeePro...
by Vectar
Wed Mar 09, 2005 9:42 am
Forum: VCL
Topic: Installation
Replies: 4
Views: 6985

Installation

I have just installed TeeChart Pro V7 for Delphi 5 after removing an evaluation copy. But I still get the Steema box indicating it is a trial copy when running an application in Delphi. How do I stop this?