ReferenceLineValueSet property: ReferenceLine class

Description

Use this property to specify an array of numeric values. This set of values, at different x-coordinates, are used to form the reference line. Each value maps to a group on the chart. ReferenceLineValue will be ignored if ReferenceLineValueSet is specified.

This property is read/write.

Example

&jRefLn2.ReferenceLineValueSet = CreateArray(3000, 5700, 4500);