Skip to main content
Participant
June 6, 2008
Question

secondary y-axis

  • June 6, 2008
  • 1 reply
  • 442 views
can CFMX cfchart display a secondary y-axis on the right hand side of the graph? If so, how is it done.
    This topic has been closed for replies.

    1 reply

    Participant
    July 17, 2009

    Yes it can be done. For this you should use an XML file in the style attribute in the cfchart. In that XML file place this code

    - <elements drawShadow="true" shapeSize="30">
    <movie framesPerSecond="40" />
    <morph morph="Grow" />
    - <series index="1" shape="line" isSecondAxis="true">
    <paint color="green" />
    </series>
    </elements>