Announcement

Collapse
No announcement yet.

dot size

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • dot size

    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

  • #2
    Shapes are sized relative to the thickness of the price bar. At this point, there really isn't any way around this, however you can try using drawTextRelative() where you can control the size of the text.
    Regards,
    Jay F.
    Product Manager
    _____________________________________
    Have a suggestion to improve our products?
    Click Support --> Request a Feature in eSignal 11

    Comment

    Working...
    X