Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChart Interface / Legend Property


In This Topic
    Legend Property
    In This Topic
    Gets an ILegend object that represents the legend for the chart.
    Syntax
    'Declaration
     
    ReadOnly Property Legend As ILegend
    'Usage
     
    Dim instance As IChart
    Dim value As ILegend
     
    value = instance.Legend
    ILegend Legend {get;}
    Remarks
    This function works with Spread WPF only.
    See Also