StackClusterType (Property)

Applies To:

BarLineChart object

Description:

Sets the value of the cluster by type. This property uses the BqClusterBarType constant.

Action:

Read-write

Constants:

The BqClusterBarType constant consists of the bqClusterByY and bqClusterByZ values.

Example:

This example shows how to change the type of Bar Line Chart:

var MyChart = ActiveDocument.Sections["Chart"]
MyChart.BarLineChart.StackClusterType = bqClusterByY