A value-description band: a label applying up to (and including) maxValue.

interface ValueDescBand {
    label: string;
    maxValue: number;
}

Properties

Properties

label: string

Descriptive name for this score band.

maxValue: number

Highest score (inclusive) covered by this band.