Search
Series3D Members
Constructors Properties Methods Events
 


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 Properties

  Name Description

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.

 Protected Methods

  Name Description

OnDataChanged

Raises the DataChanged event.

 Public Events

  Name Description

DataChanged

Implements Series.DataChanged. Raised when the values in this series change.

 See Also