com.esri.arcgis.carto
Interface esriDataGraphTPenType

All Superinterfaces:
java.io.Serializable

public interface esriDataGraphTPenType
extends java.io.Serializable

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

Description: 'Esri line graph drawing 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 esriDataGraphTPenClear
          Uses invisible line to draw the graph line.
static int esriDataGraphTPenDash
          Uses dashed line to draw the graph line.
static int esriDataGraphTPenDashDot
          Uses dash-dotted line to draw the graph line.
static int esriDataGraphTPenDashDotDot
          Uses dash-dot-dotted line to draw the graph line.
static int esriDataGraphTPenDot
          Uses dotted line to draw the graph line.
static int esriDataGraphTPenInsideFrame
          Uses solid line to draw the graph line inside the graph frame.
static int esriDataGraphTPenSmallDots
          Uses small dotted line to draw the graph line.
static int esriDataGraphTPenSolid
          Uses solid line to draw the graph line.
 

Field Detail

esriDataGraphTPenSolid

static final int esriDataGraphTPenSolid
Uses solid line to draw the graph line.

See Also:
Constant Field Values

esriDataGraphTPenDash

static final int esriDataGraphTPenDash
Uses dashed line to draw the graph line.

See Also:
Constant Field Values

esriDataGraphTPenDot

static final int esriDataGraphTPenDot
Uses dotted line to draw the graph line.

See Also:
Constant Field Values

esriDataGraphTPenDashDot

static final int esriDataGraphTPenDashDot
Uses dash-dotted line to draw the graph line.

See Also:
Constant Field Values

esriDataGraphTPenDashDotDot

static final int esriDataGraphTPenDashDotDot
Uses dash-dot-dotted line to draw the graph line.

See Also:
Constant Field Values

esriDataGraphTPenClear

static final int esriDataGraphTPenClear
Uses invisible line to draw the graph line.

See Also:
Constant Field Values

esriDataGraphTPenInsideFrame

static final int esriDataGraphTPenInsideFrame
Uses solid line to draw the graph line inside the graph frame.

See Also:
Constant Field Values

esriDataGraphTPenSmallDots

static final int esriDataGraphTPenSmallDots
Uses small dotted line to draw the graph line.

See Also:
Constant Field Values