[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MapPointTemplate

MapPointTemplate Class

Defines a template to be applied to points within a point or polygon layer

Inheritance
MapPointTemplate
Implements
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public class MapPointTemplate : MapSpatialElementTemplate, ICloneable

Constructors

Name Description
MapPointTemplate()

Initializes a new instance of the MapPointTemplate class.

Properties

Name Description
LabelPlacement

Gets or sets the label placement for the point. That evaluates to one of MapPointTemplate.MapPointLabelPlacement. The default value is Bottom.

Size

Gets or sets the height and width of the plotting area of the point marker. An expression should evaluate to a Length. The default value is 5.25pt.

Methods

Name Description
Clone()

Creates a new object that is a copy of the current instance.

Extension Methods