bindingInfo.colors
|
Specifies a StaticColorFrame (fixed color) for a particular measure.
Example
Chart1.bindingInfo.colors['Sum(Total)'] = new StaticColorFrame(java.awt.Color(0xFF00FF));

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