bindingInfo.getColumnOrder(col)
| bindingInfo.setColumnOrder(col, order, [sortCol]) to set the binding information. |
Returns the sorting order for a specified dimension.
Example
var ord = Chart1.bindingInfo.getColumnOrder("Company")
Dashboard script that modifies bindingInfo should generally be placed in the onRefresh handler. See Add Dashboard Script.
|