CR.7.33  VineShapeFrame

The VineShapeFrame object contains the shape styles for three-dimensional “vine” elements. To create a VineShapeFrame object, call the VineShapeFrame constructor.

var frame = new VineShapeFrame("m1","m2","m3");

You can pass a set of field names (e.g., 'm1', 'm2', 'm3') to the constructor, or specify this later using the inherited MultiShapeFrame.setFields(arr) property. The dimensions are specified in the following order: [angle, magnitude, radius].

Angle: The angle of the stem line

Magnitude: The length of the stem line

Radius: The radius of the circle

Full Name

inetsoft.graph.aesthetic.VineShapeFrame

VineShapeFrame: setEndAngle, setStartAngle

<< MultiShapeFrame.setScales(arr) © 1996-2013 InetSoft Technology Corporation (v11.5) VineShapeFrame.setEndAngle(value) >>