Search
PieSeries Methods
 


 Public Methods

  Name Description

addDataChangedListener

Removes the specified DataChangedListener. (Inherited from SimpleSeries.)

getData

Gets the data values contained in this SimpleSeries. (Inherited from SimpleSeries.)

getDetachedSlices

Gets the indices of the emphasized data items. PieRenderer draws their corresponding slices as pulled out of the pie.

getDimensions

Implements Series.getDimensions. (Inherited from SimpleSeries.)

getInnerLabels

Gets the inner labels.

getLabel

SimpleSeries.getLabel override. Returns an element of the inner or outer label lists.

getOuterLabels

Gets the outer labels.

getSize

Implements Series.getSize. Returns the number of elements in the Data list. (Inherited from SimpleSeries.)

getSupportedLabels

Implements Series.getSupportedLabels. Returns a combination of LabelKinds.InnerLabel and LabelKinds.OuterLabel.

getTitle

Implements Series.getTitle. Gets the title of this SimpleSeries. (Inherited from SimpleSeries.)

getToolTips

Gets the tooltips associated with data items. (Inherited from SimpleSeries.)

getValue

Implements Series.getValue. Returns the value for the specified data item in this SimpleSeries. (Inherited from SimpleSeries.)

isEmphasized

Implements Series.isEmphasized. Gets a value indicating whether the specified data item should be rendered emphasized by the SeriesRenderer. (Inherited from SimpleSeries.)

isSorted

Implements Series.isSorted. SimpleSeries always returns false. (Inherited from SimpleSeries.)

removeDataChangedListener

Removes the specified DataChangedListener. (Inherited from SimpleSeries.)

setData

Sets the data values contained in this SimpleSeries. (Inherited from SimpleSeries.)

setDetachedSlices

Sets the indices of the emphasized data items. PieRenderer draws their corresponding slices as pulled out of the pie.

setInnerLabels

Sets the inner labels.

setOuterLabels

Sets the outer labels.

setSupportedLabels

Sets an enum-set specifying which labels from the series should be displayed. (Inherited from SimpleSeries.)

setTitle

Sets the title of this SimpleSeries. (Inherited from SimpleSeries.)

setToolTips

Sets the tooltips associated with data items. (Inherited from SimpleSeries.)

 Protected Methods

  Name Description

fireDataChanged

Raises the DataChanged event. (Inherited from SimpleSeries.)

 See Also