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

In This Topic
    LabelPosition Property
    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.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo LabelPosition {get; set;}
    See Also