-
Return the data item with the specified index.
ComparableObjectSeries.remove(int index)
Removes the item at the specified index and sends a
SeriesChangeEvent
to all registered listeners.
Removes the item with the specified x-value and sends a
SeriesChangeEvent
to all registered listeners.
protected void
Adds a data item to the series and, if requested, sends a
SeriesChangeEvent
to all registered listeners.
-
class
An item representing data in the form (time-period, open, high, low,
close)
.
Returns the data item at the specified index.
Removes the item with the specified index.
-
class
A data item representing data in the form (x, y, deltaX, deltaY), intended
for use by the
VectorSeries
class.
class
An item representing data in the form (x, x-low, x-high, y).
class
An item representing data in the form (x, x-low, x-high, y, y-low, y-high).
class
An item representing data in the form (x, y, y-low, y-high).
Returns the data item at the specified index.
Returns the data item at the specified index.
Returns the data item at the specified index.
Returns the data item at the specified index.
VectorSeries.remove(int index)
Removes the item at the specified index and sends a
SeriesChangeEvent
to all registered listeners.