Search
Series Members
Methods
 


Specifies the interface that data providers should implement in order to feed data to SeriesRenderer classes.

The following tables list the members exposed by the Series type.

 Public Methods

  Name Description

addDataChangedListener

Adds the specified DataChangedListener.

getDimensions

Gets the number of values (coordinates) that can be returned by each data item.

getLabel

Returns a label for the specified data item in this Series.

getSize

Gets the number of data items in this Series.

getSupportedLabels

Gets the kind of labels supported by this series.

getTitle

Gets the title label of this Series.

getValue

Returns the value for the specified data item in this Series.

isEmphasized

Gets a value indicating whether the specified data item should be drawn emphasized by the SeriesRenderer.

isSorted

Gets a value indicating whether the Series values increase monotonously in the specified dimension.

removeDataChangedListener

Removes he specified DataChangedListener.

 See Also