ComponentOne Reports for WPF
C1.C1Report.CustomFields.Maps Namespace / IMapperOwner Interface
Properties Events

In This Topic
    IMapperOwner Interface Members
    In This Topic

    The following tables list the members exposed by IMapperOwner.

    Public Properties
     NameDescription
     PropertyWhether to auto-center to enclose all marks.  
     PropertyWhether to auto-zoom to enclose all marks.  
     PropertyAuto zoom latitude padding, in percent.  
     PropertyAuto zoom longitude padding, in percent.  
     PropertyThe background color.  
     PropertyThe center latitude. Ignored if AutoCenter is true.  
     PropertyThe center longitude. Ignored if AutoCenter is true.  
     PropertyThe collection of layers.  
     PropertyThe collection of legends.  
     PropertyGets the maximum auto zoom level. 0 means there's no limitation.  
     PropertyIf true, automatic zoom will be rounded down to next integer. This may improve performance with some net based tile sources.  
     PropertyWhether to show the pan tool.  
     PropertyWhether to show the scale.  
     PropertyWhether to show the zoom scale.  
     PropertyTile source.  
     PropertyTools' (scale etc) background color.  
     PropertyThe zoom level, 0 being no zoom, 1 - x2 zoom and so on.  
    Top
    Public Events
     NameDescription
     EventEvent fired when the collection of layers changes.  
    Top
    See Also