Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / ILegend Interface / LegendEntries Property


In This Topic
    LegendEntries Property
    In This Topic
    Gets an object that represents a collection of legend entries for the legend.
    Syntax
    'Declaration
     
    ReadOnly Property LegendEntries As ILegendEntries
    'Usage
     
    Dim instance As ILegend
    Dim value As ILegendEntries
     
    value = instance.LegendEntries
    ILegendEntries LegendEntries {get;}
    See Also