jQuery VectorMap - VectorMapLegendItem

An object that provides information about a legend item in the VectorMap UI component.

import { LegendItem } from "devextreme/viz/vector_map"
Type:

Object

See Also

color

The color of the legend item's marker.

Type:

String

If the legend is grouped by color, this property's value is different for each legend item. Otherwise, the value equals the markerColor.

end

The end value of the group that the legend item indicates.

Type:

Number

marker

A legend item marker.

Type:

Object

DevExtreme legend item marker

start

The start value of the group that the legend item indicates.

Type:

Number

text

The text that the legend item displays.

Type:

String

visible

Indicates and specifies whether the legend item is visible.

Type:

Boolean