LiteFreeformLineSeriesPoints Property |
LightningChart .NET Help
Series points.
Namespace:
Arction.WinForms.Charting.SeriesXY
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic double[,][] Points { set; }Public WriteOnly Property Points As Double(,)()
Set
public:
property array<array<double,2>^>^ Points {
void set (array<array<double,2>^>^ value);
}Property Value
Type:
Double
See Also