Dashboard objects
Represents a (Live) RadarChart object and its properties.
The following RadarChart object properties use constants in their parameters:
Effect—BqLiveChartEffect
Type—BqShapeType
This example shows how to set common (Live) RadarChart object attributes:
RadarChart.Comments = "Market Share" RadarChart.Effect = bqLiveChartEffect3D RadarChart.Locked = false RadarChart.Name = "Sales" RadarChart.SourceSectionName = "Results" RadarChart.Visible = true RadarChart.Facts.Add("Amount Sales") RadarChart.CategoryAxis.Labels.Visible RadarChart.CategoryAxis.Labels.Font.Color = 16711680 RadarChart.Marker.Style = bqMarkerStyleDiamond
None
Read-write::AccessibilityText (Property), AppendObjectText (Property), Comments as String, Effect as BqLiveChartEffect, Locked as Boolean, Name as String, SourceSectionName as String, Visible as Boolean
Read only:: Type as BqShapeType
UserValues collection, Placement object, Data object, Subcomponents object