property ValueAxes.Item (ID as Variant) as ValueAxis
Returns a specific ValueAxis of the ValueAxes collection, giving its identifier.

TypeDescription
ID as Variant A long expression that specifies the index of the value-axis to access, or a string expression that defines the name of the value-axis to access.
ValueAxis A ValueAxis property from the giving index or name
The Item property returns a specific ValueAxis of the ValueAxes collection, giving its identifier. The Clear method removes all value-axes. The Remove method removes a specific member from the ValueAxes collection, giving its identifier. 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.