bindingInfo.lineFrame
|
Specifies the aesthetic treatment (line style) for the shape-coded data on a Line Chart. A LineFrame can shape-code chart elements by value, or simply specify a static line style.
Example
Chart1.bindingInfo.setShapeField("Total",Chart.NUMBER);
Chart1.bindingInfo.lineFrame = new LinearLineFrame;

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