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

In This Topic
    HideEndLabels Property
    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.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo HideEndLabels {get; set;}
    See Also