Returns or sets a value that specifies whether the unit scale for all value axes in a chart is uniform.
Syntax
object.UniformAxis [ = boolean]
The UniformAxis property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
boolean | A Boolean expression that controls the unit scale, as described in Settings. |
Settings
The settings for boolean are:
Setting | Description |
True | (Default) The unit scale for all value axes is uniform. |
False | The unit scale is not uniform. The unit scale is determined by the plot size and positioning set according to the AutoLayout or LocationRect property. If AutoLayout is True, the plot size and position are based on the size and position of other automatically laid out elements. If False, the coordinates specified by LocationRect are used to position the plot and determine the axes unit scale. |