CategoryAxes object
The CategoryAxes object holds the category-axes the view displays. The CategoryAxes property returns a reference to the CategoryAxes object. This functionality empowers users to exhibit multiple category axes, offering broader subdivisions of the view aligned to any side, with the flexibility for these subdivisions to vary in size. This capability enhances the precision and customization of data visualization, enabling users to tailor the display to their specific needs and preferences.

The CategoryAxes object supports the following properties and methods:

NameDescription
AddAdds a CategoryAxis 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 CategoryAxis of the CategoryAxes collection, giving its identifier.
RemoveRemoves a specific member from the CategoryAxes collection, giving its identifier.