Thanks Josep. That's sorted the problem.
Regards,
John
Search found 8 matches
- Sun Mar 20, 2005 11:08 pm
- Forum: VCL
- Topic: Changing serie colour
- Replies: 8
- Views: 10218
- Thu Mar 17, 2005 7:38 pm
- Forum: VCL
- Topic: Changing serie colour
- Replies: 8
- Views: 10218
- Tue Mar 15, 2005 8:18 pm
- Forum: VCL
- Topic: Changing serie colour
- Replies: 8
- Views: 10218
- Fri Mar 11, 2005 7:44 pm
- Forum: VCL
- Topic: Changing serie colour
- Replies: 8
- Views: 10218
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...
- Thu Mar 10, 2005 10:06 pm
- Forum: VCL
- Topic: Installation
- Replies: 4
- Views: 7031
- Thu Mar 10, 2005 9:57 pm
- Forum: VCL
- Topic: Changing serie colour
- Replies: 8
- Views: 10218
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...
- Wed Mar 09, 2005 10:25 pm
- Forum: VCL
- Topic: Installation
- Replies: 4
- Views: 7031
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...
- Wed Mar 09, 2005 9:42 am
- Forum: VCL
- Topic: Installation
- Replies: 4
- Views: 7031
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?