Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

ColdFusion Charts on Powerpoint

Explorer ,
Dec 18, 2008 Dec 18, 2008
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?
468
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Dec 18, 2008 Dec 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?

Translate
LEGEND ,
Dec 18, 2008 Dec 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?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Dec 18, 2008 Dec 18, 2008
LATEST
Thank you Steve. It works.

Allan
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources