Jump to content
Software FX Community

Problems printing Chart in MFC preview window


User (Legacy)

Recommended Posts

Use CPAINT_BKGND when you call chart_Paint (Paint method) otherwise we will

not draw the background and whatever is behind the chart will remain

untouched.

If you don't want the chart to draw its background but you want a WHITE

background instead, you can draw a white rectangle right before calling

Paint. You need to do this in PrintPreview only, you don't need to do it

when printing as the paper is already white.

--

FP

Software FX, Inc.

ChartTest.zip

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...