(Live) LineChart (Object)

Member of:

Dashboard object

Description:

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:

Example:

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

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, Subtype as BqLiveLineChartType, Visible as Boolean

Read only:: Type as BqShapeType

Objects:

UserValues collection, Placement object, Data object, Subcomponents object, Target object