ValueAxes object
The ValueAxes property gets the value-axes object. The ValueAxis property accesses the default (first) value-axis. This control empowers users to employ multiple value axes, offering the flexibility to assign each series to any axis as needed. Additionally, each value axis can be configured to occupy a specific portion of the full axis, granting users the freedom to customize the display of series within the visualization.

The ValueAxes collection supports the following properties and methods:

NameDescription
AddAdds a ValueAxis object to the collection and returns a reference to the newly created object.
ClearRemoves all objects in the collection.
CountReturns the number of objects in the collection.
ItemReturns a specific ValueAxis of the ValueAxes collection, giving its identifier.
RemoveRemoves a specific member from the ValueAxes collection, giving its identifier.