MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace / MapViewCenterUnits Enumeration

MapViewCenterUnits Enumeration
Specify the type of the MapViewport.MapView.
Syntax
'Declaration
 
Public Enum MapViewCenterUnits 
   Inherits System.Enum
 
Members
MemberDescription
CoordinatesMapViewport uses MapDataBoundView or MapElementView (coordinates are calculated based on data).
PercentsMapViewport uses MapCustomView.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapViewCenterUnits

See Also