Dasbhoard objects
Represents a (Live) BarChart object and its properties.
The following (Live) BarChart object properties use constants in their parameters:
Effect—BqLiveChartEffect
Orientation—BqObjectOrientation
Subtype—BqLiveBarChartType
Type—BqShapeType
The example shows how to remove all fact items, and adds the fact item “Unit Sales”:
BarChart.Facts.RemoveAll() BarChart.SourceSectionName = "Results" BarChart.Facts.Add("Unit Sales")
None
Read-write:AccessibilityText (Property), AppendObjectText (Property), Comments as String, Effect as BqLiveChartEffect, Locked as Boolean, Name as String, Orientation as BqObjectOrientation, SourceSectionName as String, Subtype as BqLiveBarChartType, Visible as Boolean
Read only: Type as BqShapeType
UserValues collection, Placement objects, Data object, Subcomponents object