AddBaseline Property

The AddBaseline property returns or sets the baseline for a line graph map. Returns a Boolean.

 

Syntax

object.AddBaseline

object.AddBaseline = AddBaseline

 

Parameter

Type

Description

AddBaseline

Boolean

required; true to add baselines

 

Example 1

This example demonstrates how to add a baseline to a line graph map.

 

LineGraphMap.AddBaseline = True

 

Example 2

This example returns the state of the baseline.

 

Debug.Print LineGraphMap.AddBaseline

 

Used by: LineGraphMap object