To Draw A Line Parallel To A Curve At Particular Offset

  • Thread starter Thread starter vijay4u
  • Start date Start date
V

vijay4u

Hi,

I Have A Curve, And I Need To Draw A Line Parallel To The Curve At A
Particular Offset On X-axis. Pls Help Me.
 
Hi,

I Have A Curve, And I Need To Draw A Line Parallel To The Curve At A
Particular Offset On X-axis. Pls Help Me.
Not sure what exactly this means but if you have a equation such as y=x^2,
you can get a x-offset of n by plotting y=(x-n)^2. In general, if you have
y=f(x), transform it to y=f(x-n)


--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions
 
Back
Top