ChartSection object
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.
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")
Add(FactNameOrIndex as value, [optional]BqChartAxisTypeAxis, Item(Index as Number, RemoveIndex as Number), RemoveAll()
Read only: Property Count as Number
ReferenceLine object