Page 1 of 1
Gradient on Color Band or Series Region
Posted: Wed Oct 21, 2009 9:43 pm
by 15051059
Hi,
I am wondering if there is a problem with gradient on color band or series region. The gradient does not seem to have any effect after I set it.
Thanks,
Raymond
Re: Gradient on Color Band or Series Region
Posted: Thu Oct 22, 2009 11:18 am
by yeray
Hi Raymond,
Can you reproduce it in a simple test application? The following forks fine for me here:
Code: Select all
Private Sub Form_Load()
TChart1.Aspect.View3D = False
TChart1.AddSeries scLine
TChart1.Series(0).FillSampleValues 25
TChart1.Tools.Add tcSeriesRegion
TChart1.Tools.Items(0).asSeriesRegion.Series = TChart1.Series(0)
TChart1.Tools.Items(0).asSeriesRegion.Gradient.Visible = True
End Sub
Re: Gradient on Color Band or Series Region
Posted: Thu Oct 22, 2009 3:35 pm
by 15051059
It is probably my mistake. Apparently I also put gradient on the back wall. After I take out the gradient on the back wall, the color band or series region gradient works.