Here I go again.
I know that in the command set:
setPlotType(PLOTTYPE_DOT)
setDefaultBarThickness()
you can set the font size of the dot.
It seems that in the command:
drawShapeRelative(0, 0, Shape.SQUARE, "", Color.RGB(0,255,0), Shape.RELATIVETOBOTTOM);
you cannot set the font size of the dot.
Now for my question:
Is there an easy way to convert Formula Wizard scripts from the
"drawShapeRelative" command to the "setPlotType" command?
Thanks,
DaTr8dr
I know that in the command set:
setPlotType(PLOTTYPE_DOT)
setDefaultBarThickness()
you can set the font size of the dot.
It seems that in the command:
drawShapeRelative(0, 0, Shape.SQUARE, "", Color.RGB(0,255,0), Shape.RELATIVETOBOTTOM);
you cannot set the font size of the dot.
Now for my question:
Is there an easy way to convert Formula Wizard scripts from the
"drawShapeRelative" command to the "setPlotType" command?
Thanks,
DaTr8dr
Comment