com.esri.arcgis.carto
Interface esriGraphColorType

All Superinterfaces:
java.io.Serializable

public interface esriGraphColorType
extends java.io.Serializable

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

Description: 'Esri graph color type 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 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