Value (Property)

Applies To:

Targets object

Description:

Returns or sets the value of the level of deviation unit defined for a (Live) LineChart object target range. This property is used in conjunction with theUnit (Property) Unit (Property).

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