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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top