Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClassBreaksRendererProperties

Hierarchy

Index

Properties

Optional authoringInfo

Authoring metadata only included in renderers generated from one of the Smart Mapping creator methods, such as sizeRendererCreator.createContinuousRenderer() or colorRendererCreator.createContinuousRenderer().

Read more...

Optional backgroundFillSymbol

backgroundFillSymbol: FillSymbolProperties | (PolygonSymbol3DProperties & { type: "polygon-3d" })

When symbolizing polygon features with graduated symbols, set a FillSymbol on this property to visualize the boundaries of each feature.

Read more...

Optional classBreakInfos

classBreakInfos: ClassBreakInfoProperties[]

Each element in the array is an object that provides information about a class break associated with the renderer.

Read more...

Optional defaultLabel

defaultLabel: string

Label used in the Legend to describe features assigned the default symbol.

Read more...

Optional defaultSymbol

defaultSymbol: SymbolProperties

The default symbol assigned to features with a value not matched to a given break.

Read more...

Optional field

field: string

The name of a numeric attribute field whose data determines the symbol of each feature based on the class breaks defined in classBreakInfos.

Read more...

Optional legendOptions

An object providing options for displaying the renderer in the Legend.

Read more...

Optional normalizationField

normalizationField: string

When normalizationType is field, this property contains the attribute field name used for normalization.

Read more...

Optional normalizationTotal

normalizationTotal: number

When normalizationType is percent-of-total, this property contains the total of all data values.

Read more...

Optional normalizationType

normalizationType: "field" | "log" | "percent-of-total"

Indicates how the data is normalized.

Read more...

Optional valueExpression

valueExpression: string

An Arcade expression evaluating to a number.

Read more...

Optional valueExpressionTitle

valueExpressionTitle: string

The title identifying and describing the associated Arcade expression as defined in the valueExpression property.

Read more...

Optional visualVariables

visualVariables: VisualVariableProperties[]

An array of VisualVariable objects.

Read more...

Generated using TypeDoc