Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadChart Class / Legend Property


In This Topic
    Legend Property (SpreadChart)
    In This Topic
    Gets or sets the legend.
    Syntax
    'Declaration
     
    Public Property Legend As Legend
    'Usage
     
    Dim instance As SpreadChart
    Dim value As Legend
     
    instance.Legend = value
     
    value = instance.Legend
    public Legend Legend {get; set;}

    Property Value

    The legend of the chart.
    Remarks
    The legend area can contain legend items, background, and border.
    See Also