ActiveReports 19 .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 ExpressionInfo
    public ExpressionInfo LabelPosition {get; set;}
    See Also