com.esri.arcgis.carto
Interface esriGraphColorType

All Superinterfaces:
Serializable

public interface esriGraphColorType
extends Serializable

Esri graph color type options.

Product Availability

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


Field Summary
static int esriGraphColorCustomAll
          Uses a custom color for series.
static int esriGraphColorCustomEach
          Uses custom color for each element in the series.
static int esriGraphColorMatch
          Matches series colors with the layer.
static int esriGraphColorPalette
          Uses palette to provide series color.
 

Field Detail

esriGraphColorMatch

static final int esriGraphColorMatch
Matches series colors with the layer.

See Also:
Constant Field Values

esriGraphColorPalette

static final int esriGraphColorPalette
Uses palette to provide series color.

See Also:
Constant Field Values

esriGraphColorCustomAll

static final int esriGraphColorCustomAll
Uses a custom color for series.

See Also:
Constant Field Values

esriGraphColorCustomEach

static final int esriGraphColorCustomEach
Uses custom color for each element in the series.

See Also:
Constant Field Values