Click or drag to resize

SampleDataSeriesSamplesSingle Property

LightningChart .NET Help
Gets or sets series samples, Single 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
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