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
Syntaxpublic bool IsLooping { get; set; }Public Property IsLooping As Boolean
Get
Set
public:
property bool IsLooping {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also