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.
Search found 2 matches
- Thu Nov 03, 2005 11:42 am
- Forum: ActiveX
- Topic: How to: Gradient 3D Bar
- Replies: 3
- Views: 7934
- Wed Nov 02, 2005 12:48 pm
- Forum: ActiveX
- Topic: How to: Gradient 3D Bar
- Replies: 3
- Views: 7934
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...