Clusterby (Property)

Applies To:

BarChart object, BarLineChart object

Description:

Determines the clustering used when displaying Bar or Bar Line charts.

Action:

Read-write

Constants:

The BqClusterBarType constant group consists of the bqClusterByY and bqClusterByZ values.

Example:

This example shows how to cluster data according to the values on the Z-axis:

ActiveDocument.Sections["Chart"].BarChart.ClusterBy = bqClusterByZ