Interface ViewLegendItem

interface ViewLegendItem {
    bgColor: string;
    color: string;
    description?: string;
    id: number;
    inLegend: boolean;
    label?: string;
    transparency: number;
    value: string;
}

Properties

bgColor: string
color: string
description?: string
id: number
inLegend: boolean
label?: string
transparency: number
value: string

Generated using TypeDoc