Signal K
    Preparing search index...
    interface LegendEntry {
        color: string;
        label: string;
        maxValue?: number;
        minValue?: number;
    }
    Index

    Properties

    color: string
    label: string
    maxValue?: number
    minValue?: number