[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MapPointRules

MapPointRules Class

Defines a set of rules to be applied on points on a point or polygon layer

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

Constructors

Name Description
MapPointRules()

Initializes a new instance of the MapPointRules class.

Properties

Name Description
MapColorRule

Gets or sets the color of the point based on a data field. Overrides an MapPointTemplate.Style.Color value.

MapMarkerRule

Gets or sets the marker style of the point based on a data field. Overrides MapMarker

MapSizeRule

Gets or sets the size of the point based on a data field. Overrides Size

Extension Methods