Search
Series3D Members
Constructors Methods
 


Represents a data Series defined by three lists of values containing respectively X, Y and Z coordinates.

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

 Public Constructors

  Name Description

Series3D

Initializes a new instance of the Series3D class.

 Public Methods

  Name Description

addDataChangedListener

Adds the specified DataChangedListener.

getDimensions

Implements Series.getDimensions. Returns 3.

getLabel

Implements Series.getLabel. Returns an element from the Labels list identified by its kind and index.

getLabels

Gets the data labels.

getSize

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

getSupportedLabels

Implements Series.getSupportedLabels. Returns one of the LabelKinds enumeration values. The members allow bitwise combining.

getTitle

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

getValue

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

getXData

Gets the X-coordinates of data items.

getYData

Gets the Y-coordinates of data items.

getZData

Gets the Z coordinates of data items.

isEmphasized

Implements Series.isEmphasized. Returns a value that indicates if the specified data item is drawn as emphasized.

isSorted

Implements Series.isSorted.

removeDataChangedListener

Removes the specified DataChangedListener.

setLabels

Sets the data labels.

setTitle

Sets the title of this Series3D.

setXData

Sets a list with data values that are used to calculate the X-coordinates of Series3D points.

setYData

Sets a list with data values that are used to calculate the Y-coordinates of Series3D points.

setZData

Sets a list with data values that are used to calculate the Z-coordinates of Series3D points.

 Protected Methods

  Name Description

fireDataChanged

Raises an event that signalizes that data for this Series2D has changed.

 See Also