Click or drag to resize

Map Methods

LightningChart .NET Help

The Map type exposes the following members.

Methods
  NameDescription
Public methodCenter(MapItem)
Center on map item.
Public methodCenter(Single, Single)
Center on coordinates.
Public methodClearTileCacheFolder
Clears tile cache folder.
Public methodDispose
Release all resources used by this instance.
(Inherited from ChartNode.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFit
Show whole map.
Public methodFit(MapItem)
Fit map item to view.
Public methodFit(Double, Double, Double, Double)
Fit to given rectangle.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVisibleMapItems
Get visible map items per layer.
Public methodImportNewLayer(String, Int32)
Import new layer from shp data and insert it into map on given layer. Other layers are moved if necessary.
Public methodImportNewLayer(String, Int32, String)
Import new layer from shp data and insert it into map on given layer. Other layers are moved if necessary.
Public methodImportReplaceLayer(String, Int32)
Import new layer from shp data and replace data on given layer.
Public methodImportReplaceLayer(String, Int32, String)
Import new layer from shp data and replace data on given layer.
Public methodOnDeserialized
OnDeserialized is called just after the object has been deserialized.
Public methodRefreshMapList
Refresh map name list. Map names are available at Names property.
Public methodToString
Convert class description to string.
(Overrides ObjectToString.)
Top
See Also