Dashboard objects
Represents a (Live) FunnelChart object and its properties.
The following (Live) object properties use constants in their parameters:
Effect—BqLiveChartEffect
Orientation—BqObjectOrientation
Type—BqShapeType
This example shows how to set common Funnel Chart attributes:
FunnelChart.Comments = "Sales Amounts" FunnelChart.Effect = bqLiveChartEffect3D FunnelChart.Locked = false FunnelChart.Name = "Sales Cycles" FunnelChart.SourceSectionName = "Results" FunnelChart.Visible = true
This example shows how to remove all bar width facts, and add “Unit Sales” as the bar width fact item:
FunnelChart.WidthFacts.RemoveAll() FunnelChart.WidthFacts.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, Visible as Boolean
Read only:: Type as BqShapeType
UserValues collection, Placement object, Data object, Subcomponents object