Class EsriClassBreaksRenderer

Hierarchy

Constructors

Properties

authoringInfo: 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...

backgroundFillSymbol: FillSymbol | PolygonSymbol3D

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

Read more...

classBreakInfos: EsriClassBreakInfo[]

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

Read more...

declaredClass: string
defaultLabel: string

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

Read more...

defaultSymbol: EsriSymbol

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

Read more...

destroyed: boolean
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...

initialized: boolean
legendOptions: ClassBreaksRendererLegendOptions

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

Read more...

normalizationField: string

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

Read more...

normalizationTotal: number

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

Read more...

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

Indicates how the data is normalized.

Read more...

type: "class-breaks"

The type of renderer.

Read more...

valueExpression: string

An Arcade expression following the specification defined by the Arcade Visualization Profile.

Read more...

valueExpressionTitle: string

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

Read more...

visualVariables: VisualVariable[]

An array of VisualVariable objects.

Read more...

Methods

  • Parameters

    • propertyName: string

    Returns any

  • Type Parameters

    • T

    Parameters

    • propertyName: string

    Returns T

  • Adds a class break to the renderer.

    Read more...

    Parameters

    • min: any
    • Optional max: number
    • Optional symbol: EsriSymbol

    Returns void

  • Type Parameters

    • T

    Parameters

    • handles: IHandle | IHandle[]
    • Optional groupKey: Exclude<T, IHandle>

    Returns void

  • Returns void

  • Type Parameters

    • T

    Parameters

    • propertyName: string

    Returns T

  • Parameters

    • propertyName: string

    Returns any

  • Type Parameters

    • T

    Parameters

    • Optional groupKey: Exclude<T, IHandle>

    Returns boolean

  • Parameters

    • propertyName: string

    Returns void

  • Deprecated

    Since 4.25. Use addHandles(), removeHandles() and hasHandles() instead.

    Parameters

    • handles: IHandle | IHandle[]

    Returns void

  • Removes a break from the renderer.

    Read more...

    Parameters

    • min: number
    • max: number

    Returns void

  • Type Parameters

    • T

    Parameters

    • Optional groupKey: Exclude<T, IHandle>

    Returns void

  • Parameters

    • path: string | string[]
    • callback: WatchCallback
    • Optional sync: boolean

    Returns WatchHandle

Generated using TypeDoc