Skip to content

ClassBreaksRenderer

ClassBreaksRenderer = object

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

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

classBreaks: ClassBreak[]

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


optional defaultLabel?: string

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


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


optional visualVariables?: VisualVariable[]

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

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