bindingInfo.isTopNReverse(col)
| bindingInfo.setTopNReverse(col, Boolean) to set the filter. |
Returns the state of the Top-N/Bottom-N filter.
Example
var rev = Chart1.bindingInfo.isTopNReverse("Company");
Dashboard script that modifies bindingInfo should generally be placed in the onRefresh handler. See Add Dashboard Script.
|