RightAxis (Object)

Member of:

ValuesAxis object

Description:

Represents all the right values axis properties in a chart.

Example:

This example shows how to set basic properties for the right axis:

with(ActiveDocument.Sections["Chart"].ValuesAxis)
{
RightAxis.AutoScale = true
RightAxis.ShowLabel = false
RightAxis.LabelText = "Right Axis"
}

Methods:

None

Properties:

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