MapType: typeof MapTypes[keyof typeof MapTypes]

Collection object for all possible MapChart types.

Selected type defines the displayed Map region as well as the type of associated region data (eq. USA -> states, World -> countries).

MapType can be specified when the MapChart is created:

 const mapChart = lightningChart().Map({
type: MapTypes.USA
})