Did you try the chart editor? It gives you a lot more options than
what you see in the docs. I tried it myself but have to run to a user
group.


On Tue, Oct 21, 2008 at 4:30 PM, Al Musella, DPM
<[EMAIL PROTECTED]> wrote:
> <cfchart format="jpg" scaleto="70">
>        <cfchartseries type="scatter" datalabelstyle="none">
>                <cfchartdata item="A" value="50">
>                <cfchartdata item="B" value="25">
>        </cfchartseries>
>        <cfchartseries type="scatter">
>                <cfchartdata item="A" value="60">
>                <cfchartdata item="B" value="35">
>        </cfchartseries>
>        <cfchartseries type="scatter">
>                <cfchartdata item="A" value="40">
>                <cfchartdata item="B" value="15">
>        </cfchartseries>
>      <cfchartseries type="line" datalabelstyle="none">
>                <cfchartdata item="A" value="40">
>                <cfchartdata item="A" value="60">
>        </cfchartseries>
>        <cfchartseries type="line">
>                <cfchartdata item="B" value="15">
>                <cfchartdata item="B" value="35">
>        </cfchartseries>
> </cfchart>
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314201
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to