Click or drag to resize

SampleDataSeriesSamplesSingle Property

LightningChart .NET Help
Series samples, Single format

Namespace:  Arction.WinForms.Charting.SeriesXY
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public float[] SamplesSingle { get; set; }

Property Value

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