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.

Type

Example

Chart1.bindingInfo.setShapeField("Total",Chart.NUMBER);
Chart1.bindingInfo.lineFrame = new LinearLineFrame;

bindingInfoLineFrame

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