logarithmic scale

J

Jane

For chart in OWC, how can I set the axis as logarithmic
scale link we do in excel. Also how can we set the scale
in reversed order.

Thanks.
 
A

Alvin Bruney [MVP]

the chaxis object contains a chscalings collection that contains a chscaling
object. One of the chscaling object's properties is logbase. Use that to set
your appropriate logarithmic scale.
 
Top