Dashboard object
Represents a (Live) LineChart object and its properties. (Live) LineChart objects can be shown in a line or area format
The following LineChart object properties use constants in their parameters:
Effect—BqLiveChartEffect
Subtype—BqLiveLineChartType
Type—BqShapeType
Unit—BqLiveChartTargetUnit
This example shows how to set common (Live) LineChart properties and methods:
LineChart.Comments = "Monthly Growth" LineChart.Effect = bqLiveChartEffect2D LineChart.Locked = false LineChart.Name = "Market Share" LineChart.SourceSectionName = "Results" LineChart.Subtype = bqLiveLineChartTypeLine LineChart.Visible = true LineChart.TargetFacts.RemoveAll() LineChart.TargetFacts.Add("Target")
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, Subtype as BqLiveLineChartType, Visible as Boolean
Read only:: Type as BqShapeType
UserValues collection, Placement object, Data object, Subcomponents object, Target object