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

In This Topic
    LabelPlacement Property (MapColorScale)
    In This Topic
    Gets or sets the labels placement along the color bar. That evaluates to one of MapColorScale.MapLabelPlacement. The default value is MapColorScale.MapLabelPlacement.Alternate.
    Syntax
    'Declaration
     
    Public Property LabelPlacement As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo LabelPlacement {get; set;}
    See Also