com.esri.arcgis.carto
Interface esriDataGraphTLegendAlignment

All Superinterfaces:
java.io.Serializable

public interface esriDataGraphTLegendAlignment
extends java.io.Serializable

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

Description: 'Esri graph legend alignment 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 esriDataGraphTLegendBottom
          The lengend is arranged along the bottom of the graph.
static int esriDataGraphTLegendLeft
          The lengend is arranged along the left side of the graph.
static int esriDataGraphTLegendRight
          The lengend is arranged along the right side of the graph.
static int esriDataGraphTLegendTop
          The lengend is arranged along the top of the graph.
 

Field Detail

esriDataGraphTLegendLeft

static final int esriDataGraphTLegendLeft
The lengend is arranged along the left side of the graph.

See Also:
Constant Field Values

esriDataGraphTLegendRight

static final int esriDataGraphTLegendRight
The lengend is arranged along the right side of the graph.

See Also:
Constant Field Values

esriDataGraphTLegendTop

static final int esriDataGraphTLegendTop
The lengend is arranged along the top of the graph.

See Also:
Constant Field Values

esriDataGraphTLegendBottom

static final int esriDataGraphTLegendBottom
The lengend is arranged along the bottom of the graph.

See Also:
Constant Field Values