Click or drag to resize

SignalReaderIsLooping Property

LightningChart .NET Help
Get/sets whether reading should continue from the beginning of the data file after end-of-file has been reached. Possible file header is skipped. This is a dependency property.

Namespace:  Arction.Wpf.SignalProcessing
Assembly:  Arction.Wpf.SignalProcessing.SignalTools (in Arction.Wpf.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax
public bool IsLooping { get; set; }

Property Value

Type: Boolean
See Also