React VectorMap Interfaces

This section describes interfaces that the VectorMap component uses.

VectorMapLegendItem

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

import { VectorMapTypes } from "devextreme-react/vector-map"
Type: VectorMapTypes.LegendItem

See Also