Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IChart Interface / Labels Property


In This Topic
    Labels Property (IChart)
    In This Topic
    Gets the list of label controls of this GrapeCity.Spreadsheet.IWorksheet.
    Syntax
    'Declaration
     
    
    ReadOnly Property Labels As ILabels
    'Usage
     
    
    Dim instance As IChart
    Dim value As ILabels
     
    value = instance.Labels
    ILabels Labels {get;}
    See Also