Announcement

Collapse
No announcement yet.

Return data only to cursor window not chart

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

  • Return data only to cursor window not chart

    Could someone please tell me how I can return data only to the cursor window and not to the chart?

    Thanks

  • #2
    Re: Return data only to cursor window not chart

    Patch227
    You do that by converting the value to a string. EFS will not plot strings but it will return them to the Cursor window.
    You can convert a value into a string in many ways such as using the .toString() or .toFixed() methods or simply adding a string to the value eg myValue+""
    Alex


    Originally posted by Patch227
    Could someone please tell me how I can return data only to the cursor window and not to the chart?

    Thanks

    Comment


    • #3
      Thanks Alex

      Much appreciated

      Comment


      • #4
        Patch227
        You are most welcome
        Alex


        Originally posted by Patch227
        Thanks Alex

        Much appreciated

        Comment

        Working...
        X