ReferenceLine object
Returns the reference line value for the selected z layer.
Expression.GetValue[optional] Number z)
This example show to return the reference line value in the Console window:
Console.Write(ActiveDocument.Sections["Chart8"].ReferenceLines[1].GetValue())