Map Class |
Namespace: Arction.WinForms.Charting.Maps
The Map type exposes the following members.
| Name | Description | |
|---|---|---|
| Map |
Constructor.
| |
| Map(IChartNode, AxisX, AxisY) |
Constructor.
|
| Name | Description | |
|---|---|---|
| AllowUserInteraction |
Allow user interaction.
| |
| Backgrounds |
Map backgrounds.
| |
| CityOptions |
City draw options.
| |
| Description |
Map description.
| |
| FileName |
Map file name. Use with Path value to indicate map file.
| |
| Highlight |
Highlight map item when user interactive device over.
| |
| LakeOptions |
Lake draw options.
| |
| LandOptions |
Land draw options.
| |
| Layers |
Map layers.
| |
| Names |
Internal area name list.
| |
| Optimization |
Rendering optimization.
| |
| OtherOptions |
Other map type draw options.
| |
| OverlapLabels |
Show all labels, even if they overlap each other.
| |
| Path |
Map folder.
| |
| RenderIntensitySeriesBeforeLayerIndex |
Layer index before intensity series will be drawn. Use -1 to draw intensity series after all map layers.
| |
| RiverOptions |
River options.
| |
| RoadOptions |
Road options.
| |
| SimpleHighlightColor |
Simple highlight map item color when user interactive device is over.
| |
| TileCacheFolder |
Tile cache folder.
| |
| TileLayers |
Map tile layers.
| |
| Type |
Map type.
| |
| UserInteractiveDeviceOverMapItemLayer |
Layer index of item on which user interactive device is.
| |
| XAxisIndex |
Index of X axis related to map.
| |
| YAxisIndex |
Index of Y axis related to map.
|
| Name | Description | |
|---|---|---|
| Center(MapItem) |
Center on map item.
| |
| Center(Single, Single) |
Center on coordinates.
| |
| ClearTileCacheFolder |
Clears tile cache folder.
| |
| Dispose |
Release all resources used by this instance.
(Inherited from ChartNode.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Fit |
Show whole map.
| |
| Fit(MapItem) |
Fit map item to view.
| |
| Fit(Double, Double, Double, Double) |
Fit to given rectangle.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetVisibleMapItems |
Get visible map items per layer.
| |
| ImportNewLayer(String, Int32) |
Import new layer from shp data and insert it into map on given layer. Other layers are moved if necessary.
| |
| ImportNewLayer(String, Int32, String) |
Import new layer from shp data and insert it into map on given layer. Other layers are moved if necessary.
| |
| ImportReplaceLayer(String, Int32) |
Import new layer from shp data and replace data on given layer.
| |
| ImportReplaceLayer(String, Int32, String) |
Import new layer from shp data and replace data on given layer.
| |
| OnDeserialized |
OnDeserialized is called just after the object has been deserialized.
| |
| RefreshMapList |
Refresh map name list. Map names are available at Names property.
| |
| ToString |
Convert class description to string.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| ButtonDownOnMapItem |
Occurs when a button is pressed down while the user interactive device is on the map item.
| |
| LoadError |
Occurs when a map loading error occurs.
| |
| MapChanged |
Occurs when the map changes.
| |
| OverOffMapItem |
Occurs when the user interactive device is moved out over the map item.
| |
| OverOnMapItem |
Occurs when the user interactive device is moved in over the map item.
|