Avatar

Level 10

Hi,

in JavaScript there is not such big difference to FormCalc.

But you cannot reference objects using the accessor [], except using the resolveNode method.

xfa.resolveNode("Page.PieChart.Output.Pie[0],Bow[0]").value.arc.sweepAngle = Sweep;

Keep in mind, that the resolveNode method is slower than FormCalc so you form can become very slow if you use a lot of arcs for the pie chart.