bindingInfo.textureFrame
|
Specifies the aesthetic treatment (fill pattern) for the shape-coded data on a Bar Chart. A TextureFrame can texture-code chart elements by value, or simply specify a static texture style.
Example
Chart1.bindingInfo.setShapeField("Total",Chart.NUMBER);
Chart1.bindingInfo.textureFrame = new GridTextureFrame;

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