LiteLineSeriesPoints Property |
LightningChart .NET Help
Sets series points. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.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