Yeah, it is quite nice and not complex as I first thought. At least, creating those lines is very straight-forward.
--- In [email protected], "Mehul Doshi" <[EMAIL PROTECTED]> wrote: > > > ok...i'll look at it a little more patiently and get back to you if > i get stuck. > > i realize what u've built is quite extensible and powerful...so > thanks. I just hope I don't end up spending more time trying to > figure it out than I should. > > Mehul. > --- In [email protected], "Ely Greenfield" <egreenfi@> > wrote: > > > > > > > > > > > > For both. It's really not very complex...just a moveTo, > lineTo, > > and you're done. This is the easiest way to draw a line at a > specific > > location. > > > > Ely. > > > > > > > > ________________________________ > > > > From: [email protected] > [mailto:[EMAIL PROTECTED] On > > Behalf Of Mehul Doshi > > Sent: Friday, February 23, 2007 11:39 AM > > To: [email protected] > > Subject: [flexcoders] Re: Quadrant chart > > > > > > > > Yeah, I've looked at it, but it seems a bit complex (for a > beginner) > > to do something as simple as creating a single vertical or > > horizontal line for a specified value. Can that not be done using > > just a single horizontal and vertical gridline? > > > > Or, did you refer me to your custom charts example for the label > > annotations on the chart? > > > > Thanks, > > Mehul. > > > > --- In [email protected] <mailto:flexcoders% > 40yahoogroups.com> > > , "Ely Greenfield" <egreenfi@> > > wrote: > > > > > > > > > > > > See my post: > > > > > > http://www.quietlyscheming.com/blog/charts/easy-custom-charts/ > > <http://www.quietlyscheming.com/blog/charts/easy-custom-charts/> > > > > > > Ely. > > > > > > > > > > > > > > > ________________________________ > > > > > > From: [email protected] <mailto:flexcoders% > 40yahoogroups.com> > > > > [mailto:[email protected] <mailto:flexcoders% > 40yahoogroups.com> > > ] On > > > Behalf Of Mehul Doshi > > > Sent: Friday, February 23, 2007 11:11 AM > > > To: [email protected] <mailto:flexcoders% > 40yahoogroups.com> > > > Subject: [flexcoders] Quadrant chart > > > > > > > > > > > > Hi, > > > > > > I'm trying to develop a chart that looks similar to the > following: > > > > > > > > > http://www.adaptivepath.com/images/publications/essays/prioritization > > > <http://www.adaptivepath.com/images/publications/essays/prioritizatio > n> > > > > > > <http://www.adaptivepath.com/images/publications/essays/prioritizatio > > > <http://www.adaptivepath.com/images/publications/essays/prioritizatio > > > > n> > > > _chart.gif > > > > > > Essentially, have a set of 'A' values and a set of 'B' values, > > then > > > calculate the average of 'A' values and show that as a vertical > > > line, calculate the average of 'B' values and show that as a > > > horizontal line, and then display each combination of [A,B] > value > > as > > > a point on the chart. I've looked at a couple of other posts on > > this > > > forum to see how I can use the gridline to create the average > > > horizontal and vertical lines...but haven't been able to really > do > > > it. Can someone please post a really small example of how I can > > plot > > > those lines? > > > > > > Also, (and this is optional) how can I place those label > > annotations > > > on the chart at specific data points? > > > > > > Thanks, > > > Mehul. > > > > > >

