Gets or sets the polygon's vertices.
Namespace: MindFusion.Charting.ThreeD
Assembly: MindFusion.Charting
C# Copy Code |
---|
public List<Point3D> Points { get; set; } |
Visual Basic Copy Code |
---|
Public Property Points As List(Of Point3D) |
A list of Point3D objects.