Search
SimpleSeries Methods
 


 Public Methods

  Name Description

addDataChangedListener

Removes the specified DataChangedListener.

getData

Gets the data values contained in this SimpleSeries.

getDimensions

Implements Series.getDimensions.

getLabel

Implements Series.getLabel. Returns an element of the labels list.

getSize

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

getSupportedLabels

Implements Series.getSupportedLabels. Returns the kind of labels supported by this SimpleSeries.

getTitle

Implements Series.getTitle. Gets the title of this SimpleSeries.

getToolTips

Gets the tooltips associated with data items.

getValue

Implements Series.getValue. Returns the value for the specified data item in this SimpleSeries.

isEmphasized

Implements Series.isEmphasized. Gets a value indicating whether the specified data item should be rendered emphasized by the SeriesRenderer.

isSorted

Implements Series.isSorted. SimpleSeries always returns false.

removeDataChangedListener

Removes the specified DataChangedListener.

setData

Sets the data values contained in this SimpleSeries.

setSupportedLabels

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

setTitle

Sets the title of this SimpleSeries.

setToolTips

Sets the tooltips associated with data items.

 Protected Methods

  Name Description

fireDataChanged

Raises the DataChanged event.

 See Also