Chart column displaying from max down to value instead of from min up to value...

R

RayTheOtherRay

I'm using Microsoft Excel XP to publish a clustered 3D column chart
from a PivotTable. Sometimes the chart displays with the columns drawn
from the floor up. When I change a filter it will draw the columns
from the ceiling down.

I've been experimenting with .Crosses, .CrossingAxis, .CrossesAtValue,
..HasAutoMinimum, .HasAutoMaximum, .Minimum, .Maximum and more and am
yet to find an answer. Can you point me to the property that governs
such behavior?

Thanks!
RayTheOtherRay <><
 
R

RayTheOtherRay

The current, yet dissatisfying solution to my problem (opportunity?) is
to publish the PivotChart when the filtered data is displaying a value
axis scale minimum of zero. When you to this the zero value is
published to the default settings of the PivotChart in Office Web
Components.

Prior to doing this, we searched the published code for the offending
figure (.8 in our case) where the columns were starting above the zero
mark. This search yielded an html tag,..

<;WaterLevel>;0.82000000000000017<;/WaterLevel>;

Further searches of the OWCVBA10 and OWCVBA11 help files showed no
exposed "WaterLevel" property. I decided to try setting it, anyway.
So far it has not worked. It is only partially satisfying to know the
setting that affects the observed chart behaviour when I can't get to
it and programmatically control it.

RayTheOtherRay <><
 

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