Search
PointSeries3D Methods
 


 Public Methods

  Name Description

addDataChangedListener

Adds the specified DataChangedListener.

getDimensions

Implements Series.getDimensions. Returns 3.

getLabel

Implements Series.getLabel. Returns an element of the correct Labels list at the specified location.

getLabels

Gets the data labels.

getPoints

Gets the Point3D instances conteined in this PointSeries3D.

getSize

Implements Series.getSize. Returns the number of elements in this PointSeries3D.

getSupportedLabels

Implements Series.getSupportedLabels.

getTitle

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

getValue

Implements Series.getValue. Returns the data item from the specified dimension and index.

isEmphasized

Implements Series.isEmphasized. PointSeries3D always returns false.

isSorted

Implements Series.isSorted.

removeDataChangedListener

Removes the specified DataChangedListener.

setLabels

Sets the data labels.

setPoints

Sets the Point3D instances used by this PointSeries3D.

setTitle

Sets the title of this PointSeries3D.

 Protected Methods

  Name Description

fireDataChanged

Raises an event that signalizes that data in this PointSeries3D has changed.

 See Also