(Live) FunnelChart (Object)

Member of:

Dashboard objects

Description:

Represents a (Live) FunnelChart object and its properties.

The following (Live) object properties use constants in their parameters:

Example 1:

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

Example 2:

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

Methods:

None

Properties:

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

Objects and Collections:

UserValues collection, Placement object, Data object, Subcomponents object