bindingInfo.shapes
|
Specifies a StaticShapeFrame (fixed shape) for a particular measure on a Point Chart.
Example
Chart1.bindingInfo.shapes['Sum(Total)'] = new StaticShapeFrame(GShape.SQUARE);

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