com.esri.arcgis.carto
Interface esriScaleBarPos

All Superinterfaces:
Serializable

public interface esriScaleBarPos
extends Serializable

Scale bar unit label positioning options.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriScaleBarAbove
          Above bar and labels.
static int esriScaleBarAfterBar
          After bar.
static int esriScaleBarAfterLabels
          After labels.
static int esriScaleBarBeforeBar
          Before bar.
static int esriScaleBarBeforeLabels
          Before labels.
static int esriScaleBarBelow
          Below bar and labels.
 

Field Detail

esriScaleBarAbove

static final int esriScaleBarAbove
Above bar and labels.

See Also:
Constant Field Values

esriScaleBarBeforeLabels

static final int esriScaleBarBeforeLabels
Before labels.

See Also:
Constant Field Values

esriScaleBarAfterLabels

static final int esriScaleBarAfterLabels
After labels.

See Also:
Constant Field Values

esriScaleBarBeforeBar

static final int esriScaleBarBeforeBar
Before bar.

See Also:
Constant Field Values

esriScaleBarAfterBar

static final int esriScaleBarAfterBar
After bar.

See Also:
Constant Field Values

esriScaleBarBelow

static final int esriScaleBarBelow
Below bar and labels.

See Also:
Constant Field Values