Announcement

Collapse
No announcement yet.

Index of Left-most Displayed Bar

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

  • Index of Left-most Displayed Bar

    Hi,

    How do I obtain the index of the bar currently displayed at the far left of the chart window?

    Many thanks,

    D.

  • #2
    D
    I am not positive but I don't think that this information is available to efs
    Alex

    Comment


    • #3
      Hi,

      Thanks for your prompt reply.

      I am trying to draw some buttons and small plots at the bottom left of the window. I don't want them to move with the chart and they should stay fixed when the chart is resized, reloaded etc. How do I go about this - I have seen it done, so it must be possible!

      D.

      Comment


      • #4
        D
        You can use drawTextRelative() with the RELATIVETOLEFT and RELATIVETOBOTTOM flags. An alternative would be drawTextPixel().
        For information on either see the Function Reference in the EFS KnowledgeBase
        Alex

        Comment

        Working...
        X