ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapPointTemplate Class / LabelPlacement Property

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