bindingInfo.sizes
|
Specifies a StaticSizeFrame (fixed size) for the specified measure.
Example
Chart1.bindingInfo.sizes['Sum(Total)'] = new StaticSizeFrame(30);

Dashboard script that modifies bindingInfo should generally be placed in the onRefresh handler. See Add Dashboard Script.
|