Gets or sets the series' points.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public IList<Point3D> Points { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Points As IList(Of Point3D) |
A list of Point3D values.
See Also