ZFacts (Collection)

Member of:

ChartSection object

Description:

Collects ZFact objects, each of which represents a fact object on the Z axis (size) of bubble charts.

Example:

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)

Methods:

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

Properties:

Read Only:AxisType as BqChartAxisType constant, Count as Number

Constants:

The AxisType (Property) uses the BqChartAxisType constant group, which consists of these values: