count property

ChartXValueCollection.count property

Gets the number of items in this collection.

@property
def count(self) -> int:
    ...

See Also