com.esri.arcgis.carto
Interface esriDataGraphTLegendTextSyle

All Superinterfaces:
java.io.Serializable

public interface esriDataGraphTLegendTextSyle
extends java.io.Serializable

Constants from esriDataGraphTLegendTextSyle' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Esri graph legend text style options.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static int esriDataGraphTLegendTextLeftPercent
          Displays legend from label field and relative percentage from value field on the left
static int esriDataGraphTLegendTextLeftValue
          Displays legend from label field and corresponding values on the left.
static int esriDataGraphTLegendTextPercent
          Displays legend using relative percentage from value field.
static int esriDataGraphTLegendTextPlain
          Displays legend from label field.
static int esriDataGraphTLegendTextRightPercent
          Displays legend from label field and relative percentage from value field on the right.
static int esriDataGraphTLegendTextRightValue
          Displays legend from label field and corresponding values on the right.
static int esriDataGraphTLegendTextValue
          Displays legend using Y values.
static int esriDataGraphTLegendTextXAndPercent
          Displays legend using X values and relative percentage from value field.
static int esriDataGraphTLegendTextXAndValue
          Displays legend using X and Y values.
static int esriDataGraphTLegendTextXValue
          Displays legend using X values.
 

Field Detail

esriDataGraphTLegendTextPlain

static final int esriDataGraphTLegendTextPlain
Displays legend from label field.

See Also:
Constant Field Values

esriDataGraphTLegendTextLeftValue

static final int esriDataGraphTLegendTextLeftValue
Displays legend from label field and corresponding values on the left.

See Also:
Constant Field Values

esriDataGraphTLegendTextRightValue

static final int esriDataGraphTLegendTextRightValue
Displays legend from label field and corresponding values on the right.

See Also:
Constant Field Values

esriDataGraphTLegendTextLeftPercent

static final int esriDataGraphTLegendTextLeftPercent
Displays legend from label field and relative percentage from value field on the left

See Also:
Constant Field Values

esriDataGraphTLegendTextRightPercent

static final int esriDataGraphTLegendTextRightPercent
Displays legend from label field and relative percentage from value field on the right.

See Also:
Constant Field Values

esriDataGraphTLegendTextXValue

static final int esriDataGraphTLegendTextXValue
Displays legend using X values.

See Also:
Constant Field Values

esriDataGraphTLegendTextValue

static final int esriDataGraphTLegendTextValue
Displays legend using Y values.

See Also:
Constant Field Values

esriDataGraphTLegendTextPercent

static final int esriDataGraphTLegendTextPercent
Displays legend using relative percentage from value field.

See Also:
Constant Field Values

esriDataGraphTLegendTextXAndValue

static final int esriDataGraphTLegendTextXAndValue
Displays legend using X and Y values.

See Also:
Constant Field Values

esriDataGraphTLegendTextXAndPercent

static final int esriDataGraphTLegendTextXAndPercent
Displays legend using X values and relative percentage from value field.

See Also:
Constant Field Values