Width of individual bars in a 3D Chart

S

Salil Gaitonde

I'm using the 3D Chart in the OWC. The individual bars are very thin
with black edges. In graphs with lots of data, this causes the graph
to be mostly black.

Is there way a to make the individual bars more dimensional (like a 3D
rectangle rather than a 2D rectangle).

I tried:

ch.SeriesCollection(0).Thickness=10;

but it seems to have no effect.


Thanks in advance.
 
A

Alvin Bruney [MVP]

that addresses the thickness of the line.

i've not found a way to do it yet, except thro adjusting the scaling so that
there is more space on the axis to draw. with that approach, you lose some
data on the axis
 
Top