SampleDataSeriesSamplesSingle Property |
LightningChart .NET Help
Gets or sets series samples, Single format. 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[] SamplesSingle { get; set; }Public Property SamplesSingle As Single()
Get
Set
public:
property array<float>^ SamplesSingle {
array<float>^ get ();
void set (array<float>^ value);
}Property Value
Type:
Single
Exceptions| Exception | Condition |
|---|
| ChartException | Thrown when trying to set samples that are not
compatible with chosen SampleFormat. |
See Also