RFScaleAboveBar Property

 

The RFScaleAboveBar property returns or sets the Above scale bar option for representative fraction information for a scale bar. Returns a Boolean.

 

Syntax

object.RFScaleAboveBar

object.RFScaleAboveBar = RFScaleAboveBar

 

Parameter

Type

Description

RFScaleAboveBar

Boolean

required; true to place representative fraction information above the scale bar

 

Example

    'RFScaleAboveBar

    'Show the representative fraction scale information above the bar (use False to show below the bar)

    ScaleBar.RFScaleAboveBar = True

 

Used by: ScaleBar object