ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / LegendItem Class / Text Property

In This Topic
    Text Property (LegendItem)
    In This Topic
    Gets or sets the text as string to display in the legend.
    Syntax
    'Declaration
     
    Public Property Text As String
    public string Text {get; set;}
    Remarks
    To display the X value in the legend, set the LegendText property on the Series to "{Name}."
    See Also