[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MapGridLines

MapGridLines Class

Defines the properties for map grid (meridians/parallels)

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

Constructors

Name Description
MapGridLines()

Initializes a new instance of the MapGridLines class.

Properties

Name Description
Hidden

Gets or sets the gridlines are hidden. An expression should evaluate to a bool.

Interval

Gets or sets the spacing between the grid lines in geographic units. Automatically calculated if omitted. An expression should evaluate to a double.

LabelPosition

Gets or sets the position for grid labels. That evaluates to one of MapGridLines.LabelPositionType. The default value is Near.

ShowLabels

Gets or sets if the labels should be shown. An expression should evaluate to a bool.

Style

Gets or sets the style.

Extension Methods