SignalGeneratorIsGeneratorEnabled Property |
LightningChart .NET Help
Gets or sets the state (running or not) of this signal generator.
Namespace:
Arction.WinForms.SignalProcessing
Assembly:
Arction.WinForms.SignalProcessing.SignalTools (in Arction.WinForms.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(false)]
public bool IsGeneratorEnabled { get; set; }<DefaultValueAttribute(false)>
Public Property IsGeneratorEnabled As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool IsGeneratorEnabled {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also