Turn on/off gradient for pie/bar chart programmatically
Posted: Tue May 23, 2006 7:44 pm
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 this with ReportBuilder and TeeChart 7.0.
Am I missing something? Any idea?
thanks in advance!
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 this with ReportBuilder and TeeChart 7.0.
Am I missing something? Any idea?
thanks in advance!