bindingInfo.getTextField()
| bindingInfo.setTextField(col, type) to set the binding information. |
Returns the field bound to the TextFrame (text coding).
Example
var tfield = Chart1.bindingInfo.getTextField();
Dashboard script that modifies bindingInfo should generally be placed in the onRefresh handler. See Add Dashboard Script.
|