Search found 2 matches

by victorino
Thu Nov 03, 2005 11:42 am
Forum: ActiveX
Topic: How to: Gradient 3D Bar
Replies: 3
Views: 7756

Hi Alex

Thank you for the help, i change the Style and work fine.

But how to change bar sides for view the gradient? the property Dark3D is false and the sides no gradient color.

Best Regards.
by victorino
Wed Nov 02, 2005 12:48 pm
Forum: ActiveX
Topic: How to: Gradient 3D Bar
Replies: 3
Views: 7756

How to: Gradient 3D Bar

Hi, I try an example for chart width gradient 3D bar, the code is: Chart1.Series(0).asBar.BarStyle=bsRectangle Chart1.Series(0).asBar.Gradient.Visible=true Chart1.Series(0).asBar.Gradient.Direction=2 Chart1.Series(0).asBar.Gradient.StartColor=RGB(0,0,0) Chart1.Series(0).asBar.Gradient.MidColor=RGB(1...