PolygonSeriesPoints Property |
LightningChart .NET Help
Series points.
Namespace:
Arction.Wpf.Charting.SeriesXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointDouble2D[] Points { get; set; }Public Property Points As PointDouble2D()
Get
Set
public:
property array<PointDouble2D>^ Points {
array<PointDouble2D>^ get ();
void set (array<PointDouble2D>^ value);
}Property Value
Type:
PointDouble2D
See Also