Search
PointSeries3D Members
Constructors Methods
 


Represents a data series defined by a list of Point3D objects.

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

 Public Constructors

  Name Description

PointSeries3D

Initializes a new instance of the PointSeries3D class.

 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