Announcement

Collapse
No announcement yet.

FontSize

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

  • FontSize

    I have a problem to increase the size of the arrows at the bars. (attached file)

    Tried it with the wizard but failed.

    Can somebody give me help to this ?

    Thx in advance !

    Chris

  • #2
    Ups, here is the attached file
    Attached Files

    Comment


    • #3
      Chris:

      No file was attached. However, if you are using the drawShape() function, you will have no control over the size of the arrows anyway. They scale to the chart automatically. If you want to control the size, best bet is to use drawTextRelative or drawTextAbsolute and use an appropriate character from the Wingdings TrueType font collection (e.g., Wingdings, Wingdings 2 and Wingdings 3). They have plenty of arrow symbols to choose from and you can also control the size of the arrows via the fontSize parameter. Just use the built-in Windows Character Map utility to find the correct symbol and paste it into your EFS editor code. Be sure to set the font name in your drawText() function call to whichever of the Wingdings fonts you are using.

      Chris

      Comment


      • #4
        Goodluck
        The size of Shapes cannot be modified and is dependant on the spacing of the bars.
        Alex

        Comment


        • #5
          Thank you guys for your help !!!

          Im going to try, what Chris suggested me.

          Chris

          Comment

          Working...
          X