[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MapPolygonLayer

MapPolygonLayer Class

Defines a vector-based layer of polygons to be drawn within a map.

Inheritance
MapPolygonLayer
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class MapPolygonLayer : MapVectorLayer

Constructors

Name Description
MapPolygonLayer()

Initializes a new instance of the MapPolygonLayer class.

Properties

Name Description
Elements

Returns a collection of layer elements.

MapCenterPointRules

Gets or sets the set of rules to be applied for polygon center point.

MapCenterPointTemplate

Gets or sets the template to be applied for polygon center point.

MapPolygonRules

Gets or sets the set of rules to be applied for polygons within the layer.

MapPolygonTemplate

Gets or sets the template to be applied for polygons within the layer.

MapPolygons

Gets the set of embedded polygons in the layer.

Extension Methods