ScaleType Property Example

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

Charts("Chart1").Axes(xlValue).ScaleType = xlScaleLogarithmic

Send feedback to MSDN.Look here for MSDN Online resources.