Charting for WinForms Programmer's Guide
PointSeries3D.Points Property
See Also
 






Gets or sets the series' points.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public IList<Point3D> Points { get; set; }

Visual Basic  Copy Code

Public Property Points As IList(Of Point3D)

 Property Value

 See Also

PointSeries3D Members
PointSeries3D Class
MindFusion.Charting Namespace