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