Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IDataLabels Interface / Count Property


In This Topic
    Count Property (IDataLabels)
    In This Topic
    Gets the total number of data labels in the collection.
    Syntax
    'Declaration
     
    ReadOnly Property Count As Integer
    'Usage
     
    Dim instance As IDataLabels
    Dim value As Integer
     
    value = instance.Count
    int Count {get;}
    See Also