StdParallelAboveBar Property

 

The StdParallelAboveBar property returns or sets the Above scale bar option for standard parallel information scale bar. Returns a Boolean.

 

Syntax

object.StdParallelAboveBar

object.StdParallelAboveBar = StdParallelAboveBar

 

Parameter

Type

Description

StdParallelAboveBar

Boolean

required; true to place standard parallel information above the scale bar

 

Example 1

This example returns the state of showing the standard parallel information above a scale bar.

 

Debug.Print ScaleBar.StdParallelAboveBar

 

Example 2

This example displays the standard parallel information below a scale bar.

 

ScaleBar.StdParallelAboveBar = True

 

Used by: ScaleBar object