AlternatingScaleBar

Base Type: ScaleBar

A class for a map surround that displaying a single alternating scale bar.

Property

Type

Description

DivisionMarkHeight

double

The height of division marks in points (1/72 inch). Use "esriAutoScaleBar" to automatically calculate this value.

DivisionMarkHeightSpecified

bool

Indicates if DivisionMarkHeight is specified.

DivisionMarkSymbol

LineSymbol

The line symbol used to draw the division marks.

FillSymbol1

FillSymbol

The first fill symbol used to fill the scale bar.

FillSymbol2

FillSymbol

The second fill symbol used to fill the scale bar.

MarkFrequency

esriScaleBarFrequency

This defines on which divisions and subdivisions the marks will be shown.

MarkFrequencySpecified

bool

Indicates if MarkFrequency is specified.

MarkPosition

esriVertPosEnum

This defines the position of the marks relative to the line.

MarkPositionSpecified

bool

Indicates if MarkPosition is specified.

SubdivisionMarkHeight

double

The height of subdivision marks in points (1/72 inch).

SubdivisionMarkHeightSpecified

bool

Indicates if SubdivisionMarkHeight is specified.

SubdivisionMarkSymbol

LineSymbol

The symbol used to draw the subdivision marks.

11/8/2016