Announcement

Collapse
No announcement yet.

Pivots

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

  • Pivots

    In need of assitance, would like remove the pivot lines from being drawn on charts just too much noise. Can any1 point out which lines to delete from the enclosed efs

    Peter
    Attached Files

  • #2
    Peter
    If you only want to display the values of the pivots in the Cursor Window then open the efs with the Editor and in line 174 add a .toFixed(2) to each element of the array eg.
    vLastArray = new Array(vLastPPR2.toFixed(2), vLastM4.toFixed(2), etc...)
    This will convert each element of the returned array to a string which an efs does not plot but still returns to the Cursor Window
    Alex

    Comment


    • #3
      thnx for u're help Alex

      Peter

      Comment

      Working...
      X