ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapLineTemplate Class / LabelPlacement Property

In This Topic
    LabelPlacement Property (MapLineTemplate)
    In This Topic
    Gets or sets the label placement for the line. That evaluates to one of MapLineTemplate.LineLabelPlacement. The default value is MapLineTemplate.LineLabelPlacement.Above.
    Syntax
    'Declaration
     
    Public Property LabelPlacement As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo LabelPlacement {get; set;}
    See Also