So wait - you mean using the Java engine from CF, right? Because even if you use the XML approach, taking the XML from the designer tool, the limitations apply.
Are you saying that a CFer could bypass these limitations? On Jan 17, 2008 3:10 PM, Simon Haddon <[EMAIL PROTECTED]> wrote: > You are right if you are using the CF tags but what Steve is talking about > is accessing the Webcharts3D engine directly. This allows you to access the > styles that are available in the designer with no limitations that I have > come across yet. > > You just have to approach the charting system differently using the xml or > java code directly. > > Cheers, > Simon > > > > On 18/01/2008, Raymond Camden <[EMAIL PROTECTED]> wrote: > > > > > > > > > > Just don't forget that the Chart Editor supports chart types that CF > > doesn't - like the guages. > > > > On Jan 17, 2008 5:00 AM, Steve Onnis <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > > > Would love some. As i said i cant seem to find the import path so any > help > > > would be greatJ > > > > > > > > > > > > steve > > > > > > > > > > > > > > > From: cfaussie@googlegroups.com [mailto: [EMAIL PROTECTED] On > Behalf > > > Of Simon Haddon > > > Sent: Thursday, 17 January 2008 9:32 PM > > > To: cfaussie@googlegroups.com > > > Subject: [cfaussie] Re: CFCHART question > > > > > > > > > > > > > > > > > > Absolutely. You can use the webcharts3D package to build the XML for > you > > > then use it directly or you can open up the java objects. However the > > > easiest way is to use the XML directly . That way you can just cut and > past > > > a new XML format document in when required. > > > > > > If you want some sample code I can give it to you tomorrow. > > > > > > Cheers, > > > Simon > > > > > > > > > On 17/01/2008, Steve Onnis < [EMAIL PROTECTED]> wrote: > > > > > > > > > Does anyone know if you can access the underlying chart functions like > they > > > show you in the webCharts builder? > > > > > > for example they show this is a way to access it using JSP > > > > > > <%@ taglib prefix="ct" uri="/WEB-INF/wc3d50.tld" %> > > > <ct:webchart type="PNG" width="400" height="300" > > > getImageURL="/getImage.jsp" > > > style=" <frameChart is3D=\"false\"> <frame xDepth=\"3\" > yDepth=\"1\" > > > leftAxisPlacement=\"Back\"> <background minColor=\"#FDFEF6\"/> </frame> > > > <xAxis type=\"DateTime\" scaleMin=\"0\"> <labelFormat > > > style=\"DateTimePattern\" pattern=\"yyyy-mm-dd\"/> <parseFormat > > > pattern=\"#,##0.###\"/> <dateTimeStyle majorUnit=\"Month\"/> </xAxis> > > > <elements place=\"Stacked\" shape=\"Line\" drawOutline=\"false\" > > > showMarkers=\"false\"> <morph morph=\"Grow\"/> </elements> > </frameChart>" > > > > > > > <?xml version="1.0" encoding="UTF-8"?> > > > <XML type="default"> > > > <COL>2006-12-01</COL> > > > <COL>2006-12-06</COL> > > > <COL>2006-12-11</COL> > > > <COL>2006-12-18</COL> > > > <COL>2006-12-25</COL> > > > <COL>2007-01-02</COL> > > > <ROW col0="100.0" col1=" 200.0" col2="100.0" col3="180.0" col4="200.0" > > > col5="400.0">Sample 0:</ROW> > > > <ROW col0="150.0" col1="300.0" col2="250.0" col3=" 230.0" col4="250.0" > > > col5="420.0">Sample 1:</ROW> > > > </XML> > > > </ct:webchart> > > > > > > Can this be converted to CFML? I tried to convert the import to a > CFIMPORT > > > but didnt work > > > > > > > > > > > > > > > > > > Steve Onnis > > > Director / Head Developer > > > > > > [EMAIL PROTECTED] > > > > > > Australia : 1300 856 623 > > > International : +61 3 9882 5875 > > > > > > 0401 667 996 > > > > > > www.inevative.com.au > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > Cheers > > > Simon Haddon > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > =========================================================================== > > Raymond Camden, Camden Media > > > > Email : [EMAIL PROTECTED] > > Blog : www.coldfusionjedi.com > > AOL IM : cfjedimaster > > > > Keep up to date with the community: http://www.coldfusionbloggers.org > > > > > > > > -- > > > Cheers > Simon Haddon > > > -- =========================================================================== Raymond Camden, Camden Media Email : [EMAIL PROTECTED] Blog : www.coldfusionjedi.com AOL IM : cfjedimaster Keep up to date with the community: http://www.coldfusionbloggers.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~----------~----~----~----~------~----~------~--~---