Angular 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 { DxVectorMapTypes } from "devextreme-angular/ui/vector-map"
Type: DxVectorMapTypes.LegendItem

See Also