StaticLegend represents the options specific to the static legend

interface StaticLegend {
    colorizeRows?: boolean;
    heightRatio?: number;
    opacity?: number;
    orientationThreshold?: number;
    show?: boolean;
    valueAxis?: string;
    widthRatio?: number;
}

Properties

colorizeRows?: boolean
heightRatio?: number
opacity?: number
orientationThreshold?: number
show?: boolean
valueAxis?: string
widthRatio?: number
MMNEPVFCICPMFPCPTTAAATR