[]
        
(Showing Draft Content)

IAxes

Interface IAxes

All Superinterfaces:
Iterable<IAxis>

public interface IAxes extends Iterable<IAxis>
Represents a collection of all the IAxis objects in the specifiedchart.
  • Method Details

    • getParent

      IChart getParent()
      Returns the parent object for the specified object.
    • getCount

      int getCount()
      Returns the number of objects in the collection.
    • item

      IAxis item(AxisType Type)
      Returns a single IAxis object from an IAxes collection.
    • item

      IAxis item(AxisType type, AxisGroup axisGroup)
      Returns a single IAxis object from an IAxes collection.
      Parameters:
      type - The AxisType object.
      axisGroup - Optional AxisGroup. The axis.AxisGroup can be one of these constants:Primary DefaultSecondary
      Returns:
      The IAxis object.