bindingInfo.textures
|
Specifies a StaticTextureFrame (fixed pattern) for a particular measure on a Bar Chart.
Example
Chart1.bindingInfo.textures['Sum(Total)'] = new StaticTextureFrame(GTexture.PATTERN_5);

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