Represents a BarLineChart object and its properties.
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
Read-write: Property ClusterBy As BqClusterBarType, Property IgnoreNulls as Boolean, Property ShiftPoints as BqBarLine Shift, Property ShowBarValues As Boolean, Property StackClusterType as BqBarLineType