(Live) LineChart object
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.
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
None
Read-write:Property Unit as BqLiveChartTargetUnit, Property Value as Number, Property Visible as Boolean
Colors collection