com.esri.arcgis.carto
Interface esriDataGraphTLegendAlignment

All Superinterfaces:
Serializable

public interface esriDataGraphTLegendAlignment
extends Serializable

Esri graph legend alignment options.

Product Availability

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


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