Mapping Class Properties
For a list of all members of this type, see Mapping members.
Public Properties
Name | Description | |
---|---|---|
![]() | ChartArea | Gets or sets the chart area on which the map is drawn. It accesses the same chart area instance as Chart.ChartArea |
![]() | DefaultShape | Gets or sets a shape object that contains default properties for all shapes on this map. |
![]() | MapLayerCollection | Gets a collection of MapLayer objects used to render the map. |
![]() | Projection | Gets or sets an advanced projection the map rendering will be based on. This includes either LambertConicProjection() or MercatorProjection() methods. |
![]() | ZoomCenterPoint | Gets or sets a point that anchors the map to center when used with ZoomPercentage. |
![]() | ZoomPercentage | Gets or sets a percent value that indicates the new zoomed size of the map. |
See Also