ChartSection (Collection)
Collection of YFact objects, each of which represents a fact object on the Y axis of a scatter or bubble chart.
This example shows you how to add the values from Amounts Sales to the Y Axis in the data layout.
ActiveDocument.Sections["Chart2"].YFacts.Add("Amount_Sales")
Add(Item Name as String), AddComputedItem(Name as String, Expression as String, [optional] Index as Number), Item(Value as Name or Index), Remove(Value as Name or Index), RemoveAll
Read OnlyAxisType as BqChartAxisType constant, Count as Number
The AxisType (Property) uses the BqChartAxisType constant group, which consists of these values:
bqChartXAxis
bqChartYAxis
bqChartZAxis