Announcement

Collapse
No announcement yet.

Questions on SetBar and efsInternal return

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

  • Questions on SetBar and efsInternal return

    Hi,

    1. Does SetBar(BarBg.color,...) support ymin/ymax parameters as regular setBarBg ?

    2. Can we return an array from a function made a series with efsInternal?
    If yes, how do we address each component of the return array?


    Thank you.
    Mihai Buta

  • #2
    Mihai
    1. That option is not available at this time. It is my understanding that it is slated to be added in one of the next releases.
    2. To retrieve the individual elements of an array returned by a function (or efs) called through efsInternal() (or efsExternal()) you need to use the getSeries() function (see the link to the article in the EFS KnowledgeBase for the description and syntax of the function). For an additional example see also this thread. Also if you search the forums for the keyword getSeries* you should find other examples illustrating the use of this function
    Alex


    Originally posted by mbuta
    Hi,

    1. Does SetBar(BarBg.color,...) support ymin/ymax parameters as regular setBarBg ?

    2. Can we return an array from a function made a series with efsInternal?
    If yes, how do we address each component of the return array?


    Thank you.

    Comment


    • #3
      Alex,

      Thank you and sorry for the late response. For whatever reason, sometimes, I do not receive email notification of posts.
      Mihai Buta

      Comment


      • #4
        Mihai
        You are most welcome
        Alex


        Originally posted by mbuta
        Alex,

        Thank you and sorry for the late response. For whatever reason, sometimes, I do not receive email notification of posts.

        Comment

        Working...
        X