[]
        
(Showing Draft Content)

IPoints

Interface IPoints

All Superinterfaces:
Iterable<IPoint>

public interface IPoints extends Iterable<IPoint>
Represents a collection of all the IPoint objects in the specifiedseries in a chart.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(int index)
    Returns a single object from a collection.
    int
    Returns the number of objects in the collection.
    Returns the parent object for the specified object.

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator
  • Method Details

    • getCount

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

      ISeries getParent()
      Returns the parent object for the specified object.
    • get

      IPoint get(int index)
      Returns a single object from a collection.
      Parameters:
      index - The index number for the object.
      Returns:
      The IPoint object.