Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartItemInLegend Class / LegendText Property

In This Topic
    LegendText Property
    In This Topic
    Gets or sets the label to use in the legend for the item for ChartDataPoint.

    If this property is not set, the Label properties from the chart categories hierarchy are used as the legend text (with " – " added between each pair).

    Syntax
    'Declaration
     
    Public Property LegendText As RdlString
    public RdlString LegendText {get; set;}
    See Also