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

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.

points

Gets or sets the series' points.

size

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

supportedLabels

Implements Series.SupportedLabels. Returns InnerLabel.

title

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

 Public Methods

  Name Description

getLabel

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

getValue

Implements Series.GetValue. Returns a coordinate of specified point in this series.

isEmphasized

Implements Series.IsEmphasized. PointSeries3D always returns false.

isSorted

Implements Series.IsSorted. PointSeries3D always returns false.

onDataChanged

Raises the DataChanged event.

 See Also