lockChartUpdates | |
Type | property |
Dictionary | widget.chart |
Library | Chart |
Syntax |
|
Associations | com.livecode.widget.chart |
Summary | Block the update of the chart when changing its properties. |
OS | mac, windows, linux, ios, android, web |
Example |
|
Description | Use the lockChartUpdates property to prevent the chart from updating. When changing one or more properties you may need that the changes are not immediately reflected in the graph. Then by setting lockChartUpdates to false, it will force an update with the current values of the properties. |