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

In This Topic
    HideEndLabels Property (MapColorScale)
    In This Topic
    Gets or sets labels should be hidden at bar color ends An expression should evaluate to a System.Boolean.
    Syntax
    'Declaration
     
    Public Property HideEndLabels As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo HideEndLabels {get; set;}
    See Also