com.esri.arcgis.carto
Interface esriBarStyle

All Superinterfaces:
Serializable

public interface esriBarStyle
extends Serializable

Esri standard bar style options.

Product Availability

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


Field Summary
static int esriArrowBar
          Uses arrow bar style.
static int esriBevelBar
          Uses bevel bar style.
static int esriConeBar
          Uses conic bar style.
static int esriCylinderBar
          Uses cylindrical bar style.
static int esriDiamondBar
          Uses diamond bar style.
static int esriEllipseBar
          Uses elliptical bar style.
static int esriInvArrow
          Uses inverse arrow bar style.
static int esriInvCone
          Uses inverse conic style.
static int esriInvPyramidBar
          Uses inverse pyramidal bar style.
static int esriPyramidBar
          Uses pyramidal bar style.
static int esriRectangleBar
          Uses rectangular bar style.
static int esriRectGradientBar
          Uses rectangular gradient bar style.
static int esriSlantCubeBar
          Uses slant cubic bar style.
 

Field Detail

esriRectangleBar

static final int esriRectangleBar
Uses rectangular bar style.

See Also:
Constant Field Values

esriPyramidBar

static final int esriPyramidBar
Uses pyramidal bar style.

See Also:
Constant Field Values

esriInvPyramidBar

static final int esriInvPyramidBar
Uses inverse pyramidal bar style.

See Also:
Constant Field Values

esriCylinderBar

static final int esriCylinderBar
Uses cylindrical bar style.

See Also:
Constant Field Values

esriEllipseBar

static final int esriEllipseBar
Uses elliptical bar style.

See Also:
Constant Field Values

esriArrowBar

static final int esriArrowBar
Uses arrow bar style.

See Also:
Constant Field Values

esriRectGradientBar

static final int esriRectGradientBar
Uses rectangular gradient bar style.

See Also:
Constant Field Values

esriConeBar

static final int esriConeBar
Uses conic bar style.

See Also:
Constant Field Values

esriBevelBar

static final int esriBevelBar
Uses bevel bar style.

See Also:
Constant Field Values

esriSlantCubeBar

static final int esriSlantCubeBar
Uses slant cubic bar style.

See Also:
Constant Field Values

esriDiamondBar

static final int esriDiamondBar
Uses diamond bar style.

See Also:
Constant Field Values

esriInvArrow

static final int esriInvArrow
Uses inverse arrow bar style.

See Also:
Constant Field Values

esriInvCone

static final int esriInvCone
Uses inverse conic style.

See Also:
Constant Field Values