ReferenceAreaLocation property: ReferenceArea class
Description
Use this property to specify whether the reference area 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 area behind the chart. Note: %Ref_Back is the default value. |
|
1 |
%Ref_Front |
Display the reference area on top of the chart. |
This property is read/write.