Skip to content
Guides API

ClassBreaksRenderer

ClassBreaksRenderer = object

Defined in: src/ExpoArcgis.types.ts:2384

Draws features by binning a numeric field into classBreaks (graduated symbols).

classBreaks: ClassBreak[]

Defined in: src/ExpoArcgis.types.ts:2388


optional defaultLabel?: string

Defined in: src/ExpoArcgis.types.ts:2391


optional defaultSymbol?: 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


optional visualVariables?: VisualVariable[]

Defined in: src/ExpoArcgis.types.ts:2393

Optional data-driven size, color, rotation, or opacity overrides.