ClassBreaksRenderer
ClassBreaksRenderer =
object
Defined in: src/ExpoArcgis.types.ts:2282
Draws features by binning a numeric field into classBreaks (graduated symbols).
Properties
Section titled “Properties”classBreaks
Section titled “classBreaks”classBreaks:
ClassBreak[]
Defined in: src/ExpoArcgis.types.ts:2286
defaultLabel?
Section titled “defaultLabel?”
optionaldefaultLabel?:string
Defined in: src/ExpoArcgis.types.ts:2289
defaultSymbol?
Section titled “defaultSymbol?”
optionaldefaultSymbol?:Symbol
Defined in: src/ExpoArcgis.types.ts:2288
Symbol for features outside all breaks.
field:
string
Defined in: src/ExpoArcgis.types.ts:2285
Numeric attribute field used to pick a class break.
type:
"class-breaks"
Defined in: src/ExpoArcgis.types.ts:2283
visualVariables?
Section titled “visualVariables?”
optionalvisualVariables?:VisualVariable[]
Defined in: src/ExpoArcgis.types.ts:2291
Optional data-driven size, color, rotation, or opacity overrides.