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.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic void EnableObjectTreeTimer(
bool enable
)
Public Sub EnableObjectTreeTimer (
enable As Boolean
)
public:
void EnableObjectTreeTimer(
bool enable
)
Parameters
- enable
- Type: SystemBoolean
True to enable, False to disable
See Also