Association property: ReferenceArea class

Description

Use this property to specify which chart axis the reference area will be associated with. There is no default value; you must explicitly set the value of this property or the reference area will not appear in the chart. You can specify either an Integer or constant value for this property.

The values are:

Numeric Value Constant Value Description

1

%Ref_Association_Y1

Associate the reference area with the y-axis.

2

%Ref_Association_X1

Associate the reference area with the x-axis.

Note: This association can be made only if the x-axis is numeric.

3

%Ref_Association_Y2

Associate the reference area with the second y-axis.

This property is read/write.