[]
Represents a collection of all the IAxis objects in the specified chart.
public interface IAxes : IEnumerable<IAxis>, IEnumerable
Returns the number of objects in the collection.
int Count { get; }
Returns the parent object for the specified object.
IChart Parent { get; }
IAxis Item(AxisType Type, AxisGroup AxisGroup = AxisGroup.Primary)
Type
AxisTypeThe AxisType object.
AxisGroup
AxisGroupOptional AxisGroup. The axis.AxisGroup can be one of these constants:Primary DefaultSecondary