Charting for WinForms Programmer's Guide
PointSeries3D Members
Constructors Properties Methods Events
 


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 Properties

  Name Description

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.

 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

PointSeries3D Class
MindFusion.Charting Namespace