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

In This Topic
    LabelPosition Property (MapGridLines)
    In This Topic
    Gets or sets the position for grid labels. That evaluates to one of MapGridLines.LabelPositionType. The default value is MapGridLines.LabelPositionType.Near.
    Syntax
    'Declaration
     
    Public Property LabelPosition As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo LabelPosition {get; set;}
    See Also