SignalReaderOutputInterval Property |
LightningChart .NET Help
Output interval in ms. This is only the target value, and not always accurate.
Namespace:
Arction.WinForms.SignalProcessing
Assembly:
Arction.WinForms.SignalProcessing.SignalTools (in Arction.WinForms.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(10)]
public int OutputInterval { get; set; }<DefaultValueAttribute(10)>
Public Property OutputInterval As Integer
Get
Set
public:
[DefaultValueAttribute(10)]
property int OutputInterval {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also