SampleDataSeriesSamplesSingle Property |
LightningChart .NET Help
Series samples, Single format
Namespace:
Arction.Wpf.Charting.SeriesXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.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