Packagecom.esri.aws.services
Classpublic class ThematicColors

The thematic color settings used to generate a thematic map. Use either classColors or colorPalette, but not both. If both parameters are set, classColors takes precedence.



Public Properties
 PropertyDefined by
  classColors : Array
The array of RGB color values.
ThematicColors
  colorPalette : String
The color ramp for the class breaks.
ThematicColors
Property detail
classColorsproperty
public var classColors:Array

The array of RGB color values.

colorPaletteproperty 
public var colorPalette:String

The color ramp for the class breaks. Possible values are "blue", "coldToHot", "green", "grey", "orange", or "red".

The default value is "red".