Function (Property)

Applies To:

Reference Line object

Description:

Sets the data function applied to the reference line fact value.

Action:

BqDataFunction (Read only) constant group, which consists of the following values:

Example:

This example shows how to read the data function value applied to the fact item on the reference line, and display it in the Console window.

Console.Write(ActiveDocument.Sections["Chart8"].ReferenceLines[1].Function)