ClassBreaksRenderer
ClassBreaksRenderer =
object
Defined in: src/ExpoArcgis.types.ts:2384
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:2388
defaultLabel?
Section titled “defaultLabel?”
optionaldefaultLabel?:string
Defined in: src/ExpoArcgis.types.ts:2391
defaultSymbol?
Section titled “defaultSymbol?”
optionaldefaultSymbol?:Symbol
Defined in: src/ExpoArcgis.types.ts:2390
Symbol for features outside all breaks.
field:
string
Defined in: src/ExpoArcgis.types.ts:2387
Numeric attribute field used to pick a class break.
type:
"class-breaks"
Defined in: src/ExpoArcgis.types.ts:2385
visualVariables?
Section titled “visualVariables?”
optionalvisualVariables?:VisualVariable[]
Defined in: src/ExpoArcgis.types.ts:2393
Optional data-driven size, color, rotation, or opacity overrides.