LeftAxis (Object)

Member of:

ValuesAxis object

Description:

Represents all the left values axis properties in a chart.

Example:

This example shows how to set some basic properties of the left axis:

with(ActiveDocument.Sections["Chart"].ValuesAxis)
{
           LeftAxis.AutoScale = true
           LeftAxis.AutoInterval = true
           LeftAxis.ShowLabel = false
}

Methods:

None

Properties:

Read-write: Property AutoInterval As Boolean, Property AutoScale As Boolean, Property IntervalFrequency As Number, Property LabelText As String, Property ScaleMax As Number, Property ScaleMin As Number, Property ShowLabel As Boolean