ChartSection object
Collects ZFact objects, each of which represents a fact object on the Z axis (size) of bubble charts.
This example shows how to create a computed value entitled Double Sales on the Z Axis (Size), which doubles the amount in the Unit Sales bubble.
ActiveDocument.Sections["Chart"].ZFacts.AddComputedItem("Double_Sales", "Unit_Sales *2",2)
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 Only:AxisType as BqChartAxisType constant, Count as Number
The AxisType (Property) uses the BqChartAxisType constant group, which consists of these values:
bqChartXAxis
bqChartYAxis
bqChartZAxis