If you get time to do this Sachin, love to
see what you produce code-wise….don’t got time to tinker with it at
the moment myself J _________________________________________ Jonathan Miranda Flexible Master of the Web "Try not
to become a man of success, but a man of value." - Albert Einstein HealthGrades: Guiding NASDAQ:
HGRD w (720)
963-3832 c (707)
761-0868 _________________________________________ The message contains confidential and/or
legally privileged information and is intended for use only by the indicated
addressee. If you are not the named addressee you should not disseminate,
distribute, or copy this e-mail. Please notify the sender immediately by e-mail
if you have received this e-mail by mistake and delete this e-mail from your
system. E-mail transmissions cannot be guaranteed to be secure or error-free as
information could be intercepted, corrupted, lost, destroyed,arrive late or
incomplete, or contain viruses. The sender therefore does not accept liability
for any errors or omissions in the contents of this message which arise as a
result of e-mail transmission. If verification is required please request a
hard-copy version. From: Yes Sachin, that makes sense. This is possible to do, with a little bit
of extension. The easiest way to do this would be by
writing a custom lineSegmentRenderer. The line segment renderer is the
component used by the line series to render the actual line. It gets
passed an array of LineSeriesItems, each of which contains all the x and y
values for the point it represents. So I'd write a custom line renderer that: - draws the line segment itself. - for each segment of the line: - check and see if it crosses your y threshold - if it does - figure out the x position for the crossing point - draw a vertical line from 0 to unscaledHeight at that x position. Make sense? Ely. From: Hi Ely, On 4/3/06, Ely Greenfield <[EMAIL PROTECTED]> wrote: Sachin, can you explain a
little further? are you looking for a vertical line at a particular X
value? or a horizontal line at a particular y value? Ely. From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On Behalf Of Sachin Dharmapurikar Hi,
SPONSORED
LINKS
YAHOO!
GROUPS LINKS
SPONSORED LINKS
YAHOO! GROUPS LINKS
|
- RE: [flexcoders] Putting markers on chart Ely Greenfield
- RE: [flexcoders] Putting markers on chart Jonathan Miranda
- RE: [flexcoders] Putting markers on chart Ely Greenfield
- Re: [flexcoders] Putting markers on char... Sachin Dharmapurikar