Search found 7 matches

by cic
Thu Oct 11, 2007 8:31 am
Forum: VCL
Topic: Change series color for bars does not work
Replies: 11
Views: 13328

Hi Narcís,


I tried it and it works like I wanted it to.
Thanks.

Best Regards,
cic
by cic
Tue Oct 02, 2007 12:01 pm
Forum: VCL
Topic: Change series color for bars does not work
Replies: 11
Views: 13328

Hi Narcís ,

I've uploaded the project again. I've included iode.hpp and hope it compiles now.

cic
by cic
Tue Oct 02, 2007 9:06 am
Forum: VCL
Topic: Change series color for bars does not work
Replies: 11
Views: 13328

The tchart.exe included in the zip file I uploaded reproduces the problem.

Click "Open Chart" and try to change the colors of one of the bars using
your editor. Line colors change, only the legend bar color changes.

Sorry for the problems and thanks in advance.

cic
by cic
Mon Oct 01, 2007 10:35 am
Forum: VCL
Topic: Change series color for bars does not work
Replies: 11
Views: 13328

You'll find the line in the tchart.cpp
by cic
Mon Oct 01, 2007 10:34 am
Forum: VCL
Topic: Change series color for bars does not work
Replies: 11
Views: 13328

Hi Narcis,

You could try to comment out the line

//USEUNIT("TeeMIFCanvas.pas");


Thanks in advance,

cic
by cic
Sat Sep 29, 2007 11:02 am
Forum: VCL
Topic: Change series color for bars does not work
Replies: 11
Views: 13328

Hi Narcís ,

I've uploaded the project you asked me. It is a CBuilder5 project using TeeChart version 7.07. Click "Open Chart" and try to change the colors of one of the bars.

cic
by cic
Fri Sep 21, 2007 8:48 am
Forum: VCL
Topic: Change series color for bars does not work
Replies: 11
Views: 13328

Change series color for bars does not work

Hi, I'm using Version 7 in a CBuilder 5. I have a bar chart in which the user can change bar colors programmatically. The color of the legend changes OK but the corresponding color in the bar chart remains as it was before the change. Line series change OK. To set and change the color I use the Seri...