Dashboard objects
Represents a (Live) BlockChart object and its properties. BlockCharts objects can be shown in a cone or pyramid format
The following BarChart object properties use constants in their parameters:
Effect—BqLiveChartEffect
Orientation—BqObjectOrientation
Subtype—BqLiveBlockChartType
Type—BqShapeType
This example shows how to set several common (Live) BlockChart attributes, and
BlockChart.Comments = "Market Share" BlockChart.Explode = true BlockChart.Locked = false BlockChart.Orientation = bqObjectOrientationVertical BlockChart.Name = "European Market" BlockChart.SourceSectionName = "Results" BlockChart.Subtype = bqLiveBlockChartTypeCone BlockChart.Visible = true BlockChart.Facts.RemoveAll() BlockChart.Facts.Add("Amount Sales")
None
Read-write:AccessibilityText (Property), AppendObjectText (Property),: Comments as String, Effect as BqLiveChartEffect, Explode as Boolean, Locked as Boolean, Name as String, Orientation as BqObjectOrientation, SourceSectionName as String, Subtype as BqLiveBlockChartType, Visible as Boolean
Read only:: Type as BqShapeType
UserValues collection, Placement object, Data object, Subcomponents object