Skip to content
Guides API

ClassBreaksRenderer

ClassBreaksRenderer = object

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

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

classBreaks: ClassBreak[]

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


optional defaultLabel?: string

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


optional defaultSymbol?: Symbol

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

Symbol for features outside all breaks.


field: string

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

Numeric attribute field used to pick a class break.


type: "class-breaks"

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


optional visualVariables?: VisualVariable[]

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

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