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