Click or drag to resize

LightningChartEnableObjectTreeTimer Method

LightningChart .NET Help
Enables/disables internal timer which keeps control of the object tree when the chart is being manipulated by property grid, like in Visual Studio forms designer.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public void EnableObjectTreeTimer(
	bool enable
)

Parameters

enable
Type: SystemBoolean
True to enable, False to disable
See Also