ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  printing of chart in VC++
Posted by aniket singh on Dec-02-2010 14:37
i am using chart director to show some chart comparison in VC++. how can i give a print
option so that the whole dialog contents along with chart will be printed??

  Re: printing of chart in VC++
Posted by Peter Kwan on Dec-03-2010 02:25
Hi aniket,

To print the chart, in MFC, you just need to send it to the printer device context. An example is in:

http://www.chartdir.com/forum/download_thread.php?bn=chartdir_support&thread=1218366635#N1218472959

To print other things in your dialog, you would need to refer to the documentation of your GUI framework (MFC?).

Hope this can help.

Regards
Peter Kwan