Jump to content
Software FX Community

Problems with having ChartFx draw itself to CDC


User (Legacy)

Recommended Posts

Hello,

I seem to be having problems when I ask ChartFX to draw itself onto a

CDC. It appears to drawn only the chart area within the size of the CDC and

labels and titles appear to be drawn outside of that area. ( See attached

pic ). Is there a way to ensure that the entire contents of the chart is

displayed within a certain sized CDC or to ask ChartFX how much size is

needed to display the axis labels and resize things appropriately?

-Mac

Link to comment
Share on other sites

The CDC is the whole thing not just the rectangle that you are drawing in

red.

You can not draw outside of a device context, if you do it simply wont show

at all.

I don't quite understand what you are trying to do, but CDC is an MFC class

that wraps a Device Context. We know about Device Contexts, if you use the

Paint method, you can give us a DC and we draw on it at the coordinates that

you specify (the whole chart, including legends, titles, axis, etc.).

--

FP

Software FX

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...