Axis (Property)

Applies To:

TrendLine object, ReferenceLine object

Description:

Returns the axis to which the trend line is bound.

Action:

Read only

Constants:

The BqChartAxisType constant group consists of the following read only constants:

Example:

This example shows how to read the axis on which the trend line has been applied:

Alert(ActiveDocument.Sections["Chart6"].TrendLines[1].Axis)