ScaleType Property

Applies To

Axis Object.

Description

Returns or sets the value axis scale type (xlLinear or xlLogarithmic). Applies only to the value axis. Read-write.

Remarks

A logarithmic scale uses base ten logarithms.

Example

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


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