Click or drag to resize

AudioOutputIsOutputEnabled Property

LightningChart .NET Help
Gets or sets the state of this instance (i.e. starts or stops it). Setting this property true is the same as calling Start method where false is the same as calling Stop method.

Namespace:  Arction.WinForms.SignalProcessing
Assembly:  Arction.WinForms.SignalProcessing.SignalTools (in Arction.WinForms.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(false)]
public bool IsOutputEnabled { get; set; }

Property Value

Type: Boolean
See Also