Skip to main content
Inspiring
December 18, 2008
Answered

ColdFusion Charts on Powerpoint

  • December 18, 2008
  • 1 reply
  • 504 views
Is there a way of getting a coldfusion chart on a powerpoint slide? Is there is way of copy / pasting a chart to a powerpoint slide?
    This topic has been closed for replies.
    Correct answer Newsgroup_User
    You should be able to generate a image file based on the chart, and then
    import that into powerpoint.

    <cfchart format="jpg" font="arialunicodeMS" xaxistitle="Month"
    yaxistitle="Degrees Celsius" showlegend="yes">


    "gitobu" <webforumsuser@macromedia.com> wrote in message
    news:gie283$jbd$1@forums.macromedia.com...
    > Is there a way of getting a coldfusion chart on a powerpoint slide? Is
    > there is way of copy / pasting a chart to a powerpoint slide?

    1 reply

    Newsgroup_UserCorrect answer
    Inspiring
    December 18, 2008
    You should be able to generate a image file based on the chart, and then
    import that into powerpoint.

    <cfchart format="jpg" font="arialunicodeMS" xaxistitle="Month"
    yaxistitle="Degrees Celsius" showlegend="yes">


    "gitobu" <webforumsuser@macromedia.com> wrote in message
    news:gie283$jbd$1@forums.macromedia.com...
    > Is there a way of getting a coldfusion chart on a powerpoint slide? Is
    > there is way of copy / pasting a chart to a powerpoint slide?

    gitobuAuthor
    Inspiring
    December 18, 2008
    Thank you Steve. It works.

    Allan