Targets (Object)

Member of:

(Live) LineChart object

Description:

Represents a target range object and its properties. The target range object indicates the unit of deviation and its value is expressed as either a percentage or absolute value from the actual target. This object is only available for a (Live) LineChart in an area chart format.

Example:

This example shows how to select a Live LineChart with an area chart format, and specify a 10 percent level of deviation:

LineChart.Subtype = bqLiveLineChartTypeArea
LineChart.Targets.Unit = bqLiveChartTargetUnitPct
LineChart.Targets.Value = 10

Methods:

None

Properties:

Read-write:Property Unit as BqLiveChartTargetUnit, Property Value as Number, Property Visible as Boolean

Objects:

Colors collection