Viewer - Attribute Visualization
    Preparing search index...

    Interface IStringGradient

    interface IStringGradient {
        labelColors: { color: string; values: string[] }[];
        type: "string";
        defaultColor?: string;
    }

    Hierarchy

    • IGradient
      • IStringGradient
    Index

    Properties

    labelColors: { color: string; values: string[] }[]

    The colors used for the values

    Type Declaration

    • color: string

      The color used for the values

    • values: string[]

      The value of the step

    type: "string"
    defaultColor?: string

    The default color that is used if the value is not in the steps (default: grey)