RenderOptionsCommonInvokeRenderingInUIThread Property |
LightningChart .NET Help
Use thread safe updates to force the control draw itself though Invoke.
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.Charting.Views
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(false)]
public bool InvokeRenderingInUIThread { get; set; }<DefaultValueAttribute(false)>
Public Property InvokeRenderingInUIThread As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool InvokeRenderingInUIThread {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also