bindingInfo.shapeFrame

Specifies the aesthetic treatment for shape-coded data on a Point Chart. A ShapeFrame can shape-code chart elements by value, or simply specify a static shape style.

Type

Example

Chart1.bindingInfo.setShapeField("Total",Chart.NUMBER);
Chart1.bindingInfo.shapeFrame = new TriangleShapeFrame;

bindingInfoShapeFrame

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