TeeChart for ActiveX, COM and ASP
-
Carlos
- Newbie
- Posts: 5
- Joined: Mon Nov 22, 2004 5:00 am
- Location: Mexico
-
Contact:
Post
by Carlos » Fri Dec 10, 2004 8:27 pm
Hello,
I make 3D bars chart with several series and few points in each serie.
How can I make each bar thicker so they occupy more space?
Right now they appear very thin.
Either at design, the editor or vb code?
Also how I put the stack setting at runtime?
Yours
Carlos Goldberg
-
Andras
- Newbie
- Posts: 40
- Joined: Thu Oct 14, 2004 4:00 am
- Location: Hungary
Post
by Andras » Sun Dec 12, 2004 8:10 pm
Hi Carlos
You could use the DepthPercent and BarwithPercent properties of a 3D bar series. For example:
With TChart1
.Series(i).asBar.DepthPercent = 40
.Series(i).asBar.BarWidthPercent = 40
End with ' With TChart1
See example in the V7 demo under "New in Series" (Bar 3D Depth)
regards
Andras