Search found 7 matches

by Wayne
Tue May 23, 2006 7:44 pm
Forum: VCL
Topic: Turn on/off gradient for pie/bar chart programmatically
Replies: 1
Views: 2805

Turn on/off gradient for pie/bar chart programmatically

Hi, I would like to be able to turn on/off gradient for bar/pie chart programmatically. I had gradient turn on by default and try the follow to turn it off. ppDPTeeChart1.Chart.Gradient.Visible :=false; ppDPTeeChart1.Chart.Legend.Gradient.Visible :=false; This seems to have no effect. I am doing thi...
by Wayne
Wed May 17, 2006 7:38 pm
Forum: VCL
Topic: how to set individual color for each bar based on data label
Replies: 6
Views: 5969

Narcis,

Sorry I have answered my own question. I found the event I needed to accomplish this task. I am using the ontraversal event of reportbuilder's DBpipline and it's working for me. Thanks for the example to point me to the right direction!

--Wayne
by Wayne
Wed May 17, 2006 7:33 pm
Forum: VCL
Topic: how to set individual color for each bar based on data label
Replies: 6
Views: 5969

Hi Narcis, I see where you are getting at with your example. However, the problem I am having with now is how to do this within ReportBuilder. The only event I access to is the OnPrint event for the Chart embedded inside the report. The other events I tried playing with was under report builder's de...
by Wayne
Tue May 16, 2006 3:59 pm
Forum: VCL
Topic: how to set individual color for each bar based on data label
Replies: 6
Views: 5969

how to set individual color for each bar based on data label

Hi Narcis, What I am trying do is this. I have a database of a survey that people took. I need to generate a bar graph report using report builder 7.0.4 of the data summary for each question answered. I would like to have the colors of the answers to be consistent. For example say 10 people took thi...
by Wayne
Mon May 15, 2006 6:03 pm
Forum: VCL
Topic: how to set individual color for each bar based on data label
Replies: 6
Views: 5969

how to set individual color for each bar based on data label

Hi, I am currently using TeeChart Pro V 7.0 with Report Builder 7.0.4. I am creating a report of bar graphs. However, I need the ability to set the individual color of each bar for each graph to be based on the data label. Is there any way of doing this? If so, can you provide a sample on how this i...
by Wayne
Tue Feb 14, 2006 6:35 pm
Forum: VCL
Topic: Unit TeEngine was compiled with a different version errors
Replies: 3
Views: 8448

Hi Narcis, I don't think it's the case of an old TeeChart version. I have made certain that I uninstall the older version of TeeChart and remove all traces of the old version of TeeChart before I install the TeeChart 7.0. I even made certain that all the TeeChart bpls are clear out of the System32 d...
by Wayne
Tue Feb 14, 2006 1:59 am
Forum: VCL
Topic: Unit TeEngine was compiled with a different version errors
Replies: 3
Views: 8448

Unit TeEngine was compiled with a different version errors

I am getting the following error message when compiling my project: Unit TeEngine was compiled with a different version of TeeProcs.TTeeCustomShape Unit TeEngine was compiled with a different version of TeCanvas.TChartBush. Any idea why I get this? I did a clean install of TeeChart from the source. ...