LightningChart .NET Help
Gets or sets series points. 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 Polygon3DPoint[] Points { get; set; }Public Property Points As Polygon3DPoint()
Get
Set
public:
property array<Polygon3DPoint>^ Points {
array<Polygon3DPoint>^ get ();
void set (array<Polygon3DPoint>^ value);
}Property Value
Type:
Polygon3DPoint
See Also