Search
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

A list of Point3D values.

 See Also