Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataInput

Interface for supplying single XY data-points to a component.

The primary way of adding points is the add() method. All other methods are for end user utility, and simply transform given data to the format of add(). As such, they cause additional performance overhead, so use add() whenever possible.

Implemented by

Index

Methods

Methods

add

  • Add Point or Array of Points.

    Parameters

    Returns this

    Object itself for fluent interface.