property ValueAxes.Count as Long
Returns the number of objects in the collection.

TypeDescription
Long A long expression that defines the number of objects in the collection.
The Count property counts the number of value-axes within the view. The Add method adds a ValueAxis object to the collection and returns a reference to the newly created object. The ValueAxes property gets the value-axes object. The ValueAxis property accesses the default (first) value-axis. The Clear method removes all value-axes. The Remove method removes a specific member from the ValueAxes collection, giving its identifier.