Association property: ReferenceLine class
Description
Use this property to specify which chart axis the reference line will be associated with. There is no default value; you must explicitly set the value of this property or the reference line 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 line with the y-axis. |
|
2 |
%Ref_Association_X1 |
Associate the reference line with the x-axis. Note: This association can be made only if the x-axis is numeric. |
|
3 |
%Ref_Association_Y2 |
Associate the reference line with the second y-axis. |
This property is read/write.