geoview-core - v2.2.0
    Preparing search index...

    Interface EsriClassBreakRenderer

    interface EsriClassBreakRenderer {
        classBreakInfos: EsriClassBreakInfoEntry[];
        defaultLabel: string;
        defaultSymbol: EsriSymbol;
        drawInClassOrder?: boolean;
        field?: string;
        minValue: number;
        rotationExpression: string;
        rotationType: "geographic" | "arithmetic";
        type: "classBreaks";
        valueExpression?: string;
        valueExpressionTitle?: string;
        visualVariables?: TypeLayerStyleVisualVariable[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    classBreakInfos: EsriClassBreakInfoEntry[]
    defaultLabel: string
    defaultSymbol: EsriSymbol
    drawInClassOrder?: boolean
    field?: string
    minValue: number
    rotationExpression: string
    rotationType: "geographic" | "arithmetic"
    type: "classBreaks"
    valueExpression?: string
    valueExpressionTitle?: string
    visualVariables?: TypeLayerStyleVisualVariable[]