Announcement

Collapse
No announcement yet.

drawing line

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

  • drawing line

    Hello,

    I have written code that identifies two points.
    How do I conect/draw a trendline that will connect and extend the two most recent points?

    Do I somehow have to save the established points to referrence?

    Thanks!

    Carson

  • #2
    Re: drawing line

    Carson
    You will need to store those values which you will then use as the coordinates to draw the line
    As an example of how to do this you may want to look at the AutoTrendLines formula which is posted here
    Also try searching the forums as you may find other examples since this topic has been discussed before
    Alex


    Originally posted by arsond
    Hello,

    I have written code that identifies two points.
    How do I conect/draw a trendline that will connect and extend the two most recent points?

    Do I somehow have to save the established points to referrence?

    Thanks!

    Carson

    Comment

    Working...
    X