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


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