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






Gets or sets the polygon's vertices.

Namespace: MindFusion.Charting.ThreeD
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property Points As List(Of Point3D)

 Property Value

 See Also

Polygon3D Members
Polygon3D Class
MindFusion.Charting.ThreeD Namespace