ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapGridLines Class / Interval Property

In This Topic
    Interval Property (MapGridLines)
    In This Topic
    Gets or sets the spacing between the grid lines in geographic units. Automatically calculated if omitted. An expression should evaluate to a System.Double.
    Syntax
    'Declaration
     
    Public Property Interval As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo Interval {get; set;}
    See Also