SampleDataBlockSeriesSamples Property |
LightningChart .NET Help
Sets series samples. 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 float[][] Samples { set; }Public WriteOnly Property Samples As Single()()
Set
public:
property array<array<float>^>^ Samples {
void set (array<array<float>^>^ value);
}Property Value
Type:
Single
See Also