ActiveReports 12
MapMarkerRule Class Members
Properties 

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : MapMarkerRule Class

The following tables list the members exposed by MapMarkerRule.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the MapMarkerRule class.  
Top
Public Properties
 NameDescription
Public PropertyDefines the number of buckets for the specified distribution. Ignored if DistributionType is Custom or if DataValue is not Scalar. An expression should evaluate to a GrapeCity.ActiveReports.BarCodes.GC.Integer. The default value is 5 (Inherited from GrapeCity.ActiveReports.PageReportModel.MapAppearanceRule)
Public PropertyThe name to use for the data element/attribute for this value. Must be a CLS-compliant identifier. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapAppearanceRule)
Public PropertyGets or sets whether the item should appear in a data rendering. That evaluates to one of DataElementOutput. The default value is DataElementOutput.Output. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapAppearanceRule)
Public PropertyAn expression to be evaluated on the scope of the spatial element. The appearance rule will be applied on the element based on its value. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapAppearanceRule)
Public PropertyGets or sets the distribution type. That evaluates to one of RuleDistributionType. The default value is RuleDistributionType.Optimal. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapAppearanceRule)
Public PropertyGets or sets the end value for the distribution. Automatically calculated if omitted. Ignored if DistributionType = Custom. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapAppearanceRule)
Public PropertyName of the legend in which the data field will appear. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapAppearanceRule)
Public PropertyLabel to use in the legend for the data field. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapAppearanceRule)
Public PropertyGets the set of buckets used to distribute the data. Mandatory if DistributionType = Custom, otherwise ignored. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapAppearanceRule)
Public PropertyGets a set of markers to be used for points.  
Public PropertyGets or sets the start value for the distribution. Automatically calculated if omitted. Ignored if DistributionType = Custom. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapAppearanceRule)
Top
See Also

Reference

MapMarkerRule Class
GrapeCity.ActiveReports.PageReportModel Namespace