Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LegendConfig

A data type that represents the configuration options for a legend.

Hierarchy

  • LegendConfig

Index

Properties

Optional enabled

enabled: boolean

Optional grouped

grouped: boolean

Whether the legend is a grouped legend.

Optional items

items: any

Optional layers

layers: [string]

Map layer codes associated with the legend type.

Optional range

range: [number]

Data value range to display in the legend.

Optional styles

styles: LegendStyle

Style options.

Optional title

title: string

Legend title.

Optional type

type: string

Legend type code.

Optional units

units: any

Units configuration.

Optional use

use: string

Legend type code to inherit options from.

Generated using TypeDoc