TrendLine object, ReferenceLine object
Returns the axis to which the trend line is bound.
Read only
The BqChartAxisType constant group consists of the following read only constants:
bqChartNoAxis = 0
bqChartXAxis = 1
bqChartY1Axis = 4
bqChartYAxis = 2
bqChartZAxis = 3
This example shows how to read the axis on which the trend line has been applied:
Alert(ActiveDocument.Sections["Chart6"].TrendLines[1].Axis)