Search
Series3D Members
Constructors Properties 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

Overloaded.  

 Public Properties

  Name Description

dataChanged

Raised when the values in this series change.

dimensions

Implements Series.Dimensions. Returns 3.

labels

Gets or sets the data labels.

size

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

supportedLabels

Implements Series.SupportedLabels. Returns InnerLabel.

title

Implements Series.Title. Gets or sets the title of this series.

xData

Gets or sets the X coordinates of data items.

yData

Gets or sets the Y coordinates of data items.

zData

Gets or sets the Z coordinates of data items.

 Public Methods

  Name Description

getLabel

Implements Series.GetLabel. Returns an element of the Labels list.

getValue

Implements Series.GetValue. Returns a value for the specified data item in this series.

isEmphasized

Implements Series.IsEmphasized. Series3D always returns false.

isSorted

Implements Series.IsSorted. Series3D always returns false.

onDataChanged

Raises the DataChanged event.

 See Also