RenderOptionsCommonHeadlessMode Property |
LightningChart .NET Help
Defines if the LightningChart expects to have a graphical interface or not.
This allows the LC to be used in the background, without connections to interface.
This has effect on multiple different things. For instance device type selection will cause
the engine to change instantly on selection, not when LC is connected to visual tree.
Namespace:
Arction.WinForms.Charting.Views
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(false)]
public bool HeadlessMode { get; set; }<DefaultValueAttribute(false)>
Public Property HeadlessMode As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool HeadlessMode {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also