LightningChart .NET Help
Gets or sets list of polygons. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic Polygon3DCollection Polygons { get; set; }Public Property Polygons As Polygon3DCollection
Get
Set
public:
property Polygon3DCollection^ Polygons {
Polygon3DCollection^ get ();
void set (Polygon3DCollection^ value);
}Property Value
Type:
Polygon3DCollection
See Also