Search
EventSeries Methods
 


 Public Methods

  Name Description

addDataChangedListener

Implements Series.addDataChangedListener.

getDimensions

Implements Series.getDimensions. Returns 3.

getLabel

Implements Series.getLabel.

getSize

Implements Series.getSize. Returns the number of elements in Values list.

getSupportedLabels

Implements Series.getSupportedLabels.

getTitle

Implements Series.getTitle. Gets or sets the title of this series.

getValue

Implements Series.getValue. Returns a coordinate of specified point in this series.

getValues

Gets the series' events.

isEmphasized

Implements Series.isEmphasized. EventSeries always returns false.

isSorted

Implements Series.isSorted.

removeDataChangedListener

Implements Series.removeDataChangedListener.

setSupportedLabels

Sets an enum-set specifying which labels from the series should be displayed.

setTitle

Sets the series' title.

setValues

Sets the series' events.

 Protected Methods

  Name Description

fireDataChanged

 

 See Also