AddBreakLine Property

The AddBreakLine property returns or sets the state of the break line for a line graph map. Returns a Boolean.

 

Syntax

object.AddBreakLine

object.AddBreakLine = AddBreakLine

 

Parameter

Type

Description

AddBreakLine

Boolean

required; true to add breaklines

 

Example 1

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

 

LineGraphMap.AddBreakLine = True

 

Example 2

This example returns the state of a break line for a line graph map.

 

Debug.Print LineGraphMap.AddBreakLine

 

Used by: LineGraphMap object