BarLineChart (Object)

Member of:

ChartSection object

Description:

Represents a BarLineChart object and its properties.

Example:

This example shows how to change Barline Chart properties:

ActiveDocument.Sections["Chart"].BarLineChart.ShowBarValues = true
ActiveDocument.Sections["Chart"].BarLineChart.StackClusterType=bqBarLineCluster
ActiveDocument.Sections["Chart"].BarLineChart.ClusterBy = bqClusterByY
ActiveDocument.Sections["Chart"].BarLineChart.IgnoreNulls = false
ActiveDocument.Sections["Chart"].BarLineChart.ShiftPoints = bqShiftCenter

Properties:

Read-write: Property ClusterBy As BqClusterBarType, Property IgnoreNulls as Boolean, Property ShiftPoints as BqBarLine Shift, Property ShowBarValues As Boolean, Property StackClusterType as BqBarLineType