ScaleMax (Property)

Applies To:

LeftAxis object, RightAxis object, FactsAxis object

Description:

Returns or sets the maximum Chart scale values for the right, left or facts axis.

Action:

Read-write, Numeric

Example:

This example shows how to change the maximum scale of left and right chart axes:

ActiveDocument.Sections["AllChart"].ValuesAxis.LeftAxis.ScaleMax=2000000
ActiveDocument.Sections["AllChart"].ValuesAxis.RightAxis.ScaleMax=2000000