Click or drag to resize

RenderOptionsCommonInvokeRenderingInUIThread Property

LightningChart .NET Help
Gets or sets if use thread safe updates to force the control draw itself though Invoke. This is a dependency property. Enabling this may cause slower updates, and should not be used in applications running without auxiliary threads updating the chart data or properties. Alternatively, you can use Invoke method of your parent form or control. You should always update the chart data from by Invoking in application side.

Namespace:  Arction.Wpf.ChartingMVVM.Views
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(false)]
public bool InvokeRenderingInUIThread { get; set; }

Property Value

Type: Boolean
See Also