method ValueAxes.Add ([Name as Variant])
Adds a ValueAxis object to the collection and returns a reference to the newly created object.

TypeDescription
Name as Variant A string expression that defines the name of the value-axis to add. The Axis property specifies the name of the value axis to use. The Start/End fields define where the value-axis begins/ends relative to the full axis.
ReturnDescription
ValueAxisA ValueAxis object that defines the newly created value-axis.
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.