bindingInfo.getSizeField()
| bindingInfo.setSizeField(col, type) to set the binding information. |
Returns the field bound to the SizeFrame (size coding).
Example
var sfield = Chart1.bindingInfo.getSizeField();
Dashboard script that modifies bindingInfo should generally be placed in the onRefresh handler. See Add Dashboard Script.
|