ScaleMin (Property)

Applies To:

LeftAxis object, RightAxis object

Description:

Returns or sets the minimum scale values for the right or left Chart axes.

Action:

Read-write, Numeric

Example:

This example shows how to change the minimum scale of a left and right Chart axes:

var MyChart = ActiveDocument.Sections["Chart"]
MyChart.ValuesAxis.LeftAxis.ScaleMin  = 25
MyChart.ValuesAxis.RightAxis.ScaleMin  = 25