Answered
CFCHART xml attributes
I have CFMX7 and I've linked my cfchart to a custom xml
style:
<cfchart
format="flash"
style="jio_bar">
But other than adding placement="right" to the <legend isVisible="false" showColumnLegend="true"> tag, I have not been able to find a difinitive list of xml attributes (along wtih their possible values) to use for customizing my xml charting style. I've looked in the LiveDocs, and I could find all the attributes for the CF tags (CFCHART, CFCHARTSERIES, etc.) which is helpful, but I really want a very customized look as much as possible. WebCharts3D doesn't add much to the CFCHART capabilites either, so I really need to find the available parameters for the xml style file.
Thanks,
Jonathan
<cfchart
format="flash"
style="jio_bar">
But other than adding placement="right" to the <legend isVisible="false" showColumnLegend="true"> tag, I have not been able to find a difinitive list of xml attributes (along wtih their possible values) to use for customizing my xml charting style. I've looked in the LiveDocs, and I could find all the attributes for the CF tags (CFCHART, CFCHARTSERIES, etc.) which is helpful, but I really want a very customized look as much as possible. WebCharts3D doesn't add much to the CFCHART capabilites either, so I really need to find the available parameters for the xml style file.
Thanks,
Jonathan