ActiveReports 19 .NET Edition
MESCIUS.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 MapPointTemplate.MapPointLabelPlacement. The default value is MapPointTemplate.MapPointLabelPlacement.Bottom.
    Syntax
    'Declaration
     
    Public Property LabelPlacement As ExpressionInfo
    public ExpressionInfo LabelPlacement {get; set;}
    See Also