com.esri.arcgis.carto
Interface esriDataGraphTPenType

All Superinterfaces:
Serializable

public interface esriDataGraphTPenType
extends Serializable

Esri line graph drawing options.

Product Availability

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


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