Expand Minimize
This topic has not yet been rated - Rate this topic

ScaleType Property

Office 2007

Returns or sets the value axis scale type. Applies only to the value axis. Read/write

.
XlScaleType can be one of these XlScaleType constants.
xlScaleLinear
xlScaleLogarithmic

expression.ScaleType

Remarks

A logarithmic scale uses base 10 logarithms.

Example

This example sets the value axis to use a logarithmic scale.

myChart.Axes(xlValue).ScaleType = xlScaleLogarithmic


Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.