Yeah, CFGRAPH and CFCHART are for series charts only. If you've got the ability to use SVG, it's pretty trivial to create graphs with that. We've done that for a few things, and it works pretty well.
cheers, barneyb On 6/23/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > 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? > -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210420 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=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

