ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DynamicCategoriesSeries Class / Label Property

In This Topic
    Label Property (DynamicCategoriesSeries)
    In This Topic
    Gets the label displayed on the legend.
    Syntax
    'Declaration
     
    Public Property Label As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo Label {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object indicating the label displayed on the legend.
    See Also