ReferenceLineLocation property: ReferenceLine class
Description
Use this property to specify whether the reference line is displayed in front of or behind the chart. You can specify either an Integer or constant value for this property.
The values are:
| Numeric Value | Constant Value | Description |
|---|---|---|
|
2 |
%Ref_Back |
Display the reference line behind the chart. Note: %Ref_Back is the default value. |
|
1 |
%Ref_Front |
Display the reference line on top of the chart. |
This property is read/write.