I was goofing around a bit with CFGRAPH. Some of the stuff is pretty nifty and other parts are .... confusing. For example, suppose I wanted to create a simple polygon, say, a unit square. Its vertices are at V1(1,1), V2(1,-1), V3(-1,-1), and V4(-1,1). I just want to connect those points so what it looks like is an outline of a square. (What I'd really like to do is fill in the area inside but I'll get to that)
Now, I would have guessed that I'm talking about either a single "line" graph CFCHARTSERIES with those 4 vertices listed as CFCHARTDATA with X values entered under the ITEM attribute and y value entered under the VALUE attribute. Or, that there be 4 CFCHARTSERIES, one for each of 4 line segments. EIther way I do it, it doesn't look right. I don't get a closed-loop square at all, I get a open "u" or "w" shape depending on the order in which the vertices were specified. Can anyone shed some light on this? Does CFGRAPH just not handle XY charts? -------------------------------------------------------------------- mail2web - Check your email from the web at http://mail2web.com/ . ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210417 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

