dotnetCHARTING Send comments on this topic.
Mapping Class Members
See Also  Properties 
dotnetCHARTING.Mapping Namespace : Mapping Class


The following tables list the members exposed by Mapping.

Public Constructors

 NameDescription
Public ConstructorMapping Constructor Initializes a new instance of the Mapping class.  
Top

Public Properties

 NameDescription
Public PropertyChartArea Gets or sets the chart area on which the map is drawn. It accesses the same chart area instance as Chart.ChartArea  
Public PropertyDefaultShape Gets or sets a shape object that contains default properties for all shapes on this map.  
Public PropertyMapLayerCollectionGets a collection of MapLayer objects used to render the map.  
Public PropertyProjection Gets or sets an advanced projection the map rendering will be based on. This includes either LambertConicProjection() or MercatorProjection() methods.  
Public PropertyZoomCenterPoint Gets or sets a point that anchors the map to center when used with ZoomPercentage.  
Public PropertyZoomPercentage Gets or sets a percent value that indicates the new zoomed size of the map.  
Top

See Also