DrawLine Tool

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Thomas Klingler
Advanced
Posts: 103
Joined: Tue Mar 02, 2004 5:00 am
Location: Bad Wurzach
Contact:

DrawLine Tool

Post by Thomas Klingler » Thu Jun 02, 2005 2:20 pm

I would like to be able to Draw a line from 1 polar series to another automatically at Runtime. Currently I display 2 concentric circles using TPolar series. I also dynamically display a line from the center to the inner circle at the specified angle. Something like a RADAR sweep. I would like to now draw a line from the point where the sweep line hits the inner circle to corresponding point on the outer circle and display the difference between the 2. I thought I might be able to do this with the DrawLineTool, but it seems that is based on MouseMove within the chart. Any ideas on how I can acomplish this?

thanks,
Kev

kev
Newbie
Newbie
Posts: 42
Joined: Tue Apr 06, 2004 4:00 am
Location: Texas

I got it

Post by kev » Thu Jun 02, 2005 5:05 pm

Never mind. I tllok like I figured it out using an additional PolarSeries and the RadiusValues method.

thanks,
Kev

Post Reply