ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapLegend Class / EquallySpacedItems Property

In This Topic
    EquallySpacedItems Property (MapLegend)
    In This Topic
    Gets or sets legend items should be equally spaced. An expression should evaluate to a System.Boolean.
    Syntax
    'Declaration
     
    Public Property EquallySpacedItems As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo EquallySpacedItems {get; set;}
    See Also