Click or drag to resize

SampleDataSeriesSamplesDouble Property

LightningChart .NET Help
Series samples, Double format

Namespace:  Arction.Wpf.Charting.SeriesXY
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public double[] SamplesDouble { get; set; }

Property Value

Type: Double
Exceptions
ExceptionCondition
ChartExceptionThrown when trying to set samples that are not compatible with chosen SampleFormat.
See Also