Dashboard objects
Represents a (Live) PieChart object and its properties.
The following PieChart object properties use constants in their parameters:
Effect—BqLiveChartEffect
Subtype—BqLivePieChartType
Type—BqShapeType
The example shows how to set common Live Pie Chart properties:
PieChart.Comments = "Market Share" PieChart.Effect = bqLiveChartEffect3D PieChart.Explode = true PieChart.Locked = false PieChart.Name = "Pie Chart Market Share" PieChart.SourceSectionName = "Results" PieChart.Subtype = bqLivePieChartTypePie PieChart.Type = bqLivePieChart PieChart.Visible = true
None
Read-write::AccessibilityText (Property), AppendObjectText (Property), Comments as String, Effect as BqLiveChartEffect, Explode as Boolean, Locked as Boolean, Name as String, SourceSelectionName as String, Subtype as BqLivePieChartType, Type as BqShapeType, Visible as Boolean
UserValues collection, Placement object, Data object, Subcomponents object