(Live) BlockChart (Object)

Member of:

Dashboard objects

Description

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:

Example:

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")

Methods:

None

Properties:

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

Objects:

UserValues collection, Placement object, Data object, Subcomponents object