ReferenceLines (Collection)

Member of:

ChartSection object

Description:

Represents a collection of Chart section reference line objects. Reference lines are horizontal or vertical lines drawn in the diagram to indicate user-defined static values.

Example:

This example shows how to add a reference line to Amount Sales fact value:

ActiveDocument.Sections["Chart"].ReferenceLines.Add("Amount")
ActiveDocument.Sections["Chart8"].ReferenceLines.Add("Amount_Sales")

Methods:

Add(FactNameOrIndex as value, [optional]BqChartAxisTypeAxis, Item(Index as Number, RemoveIndex as Number), RemoveAll()

Properties:

Read only: Property Count as Number

Objects:

ReferenceLine object