Click or drag to resize

RenderingSettingsHeadlessMode Field

LightningChart .NET Help
Identifies that we do not actually have a graphical interface. This is true for instance for services or console applications. This can also be used if the chart is intended to run on background without an actual interface.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public bool HeadlessMode

Field Value

Type: Boolean
See Also