LightningChart .NET Help
List of 3D polygons.
Namespace:
Arction.WinForms.Charting.Views.View3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic List<Polygon3D> Polygons { get; set; }Public Property Polygons As List(Of Polygon3D)
Get
Set
public:
property List<Polygon3D^>^ Polygons {
List<Polygon3D^>^ get ();
void set (List<Polygon3D^>^ value);
}Property Value
Type:
ListPolygon3D
See Also