Jump to content
Software FX Community

Printing problem


User (Legacy)

Recommended Posts

Hello,

I am attempting to print some charts using the syntax from the help files:

Chart1.Paint(e.Graphics, New Rectangle(0, 0,

e.MarginBounds.Width,e.MarginBounds.Height / 2),

SoftwareFX.ChartFX.Lite.Base.PaintFlags.Print)

There are a few problems:

1) The markers are disappearing from the series lines in the chart.

2) The chart takes up only about 1/3 of the printed page.

3) The x-axis labels are superimposed on the axis line.

Thanks,

Eric Benson

Link to comment
Share on other sites

Hello,

I am attempting to print some charts using the syntax from the help files:

Chart1.Paint(e.Graphics, New Rectangle(0, 0,

e.MarginBounds.Width,e.MarginBounds.Height / 2),

SoftwareFX.ChartFX.Lite.Base.PaintFlags.Print)

There are a few problems:

1) The markers are disappearing from the series lines in the chart.

2) The chart takes up only about 1/3 of the printed page.

3) The x-axis labels are superimposed on the axis line.

Thanks,

Eric Benson

Link to comment
Share on other sites

  • 11 months later...

This is rather similar to the problem that I'm having. If this newsgroup 

supports attachments then I've a attached a picture of my problem which

is simply that the X-axis and Y-axis labels overlap the actual axis

line. Chart FX support has suggested that this is because I do not have

enough room for my graph, so I've tried to make my graph huge in the

printout, and I've made it tiny on the screen so that it could fit. I

also made it the exact same size on the printout, but the labels never

move and they are always in a bad place. This really does look like a

bug to me. If anyone has ever done any graph with Chart FX Lite on the

screen with labels on the X and Y axis, I would love to see an example

where the printout actually works.

Thanks,

Dan Leduc

Link to comment
Share on other sites

This is rather similar to the problem that I'm having. If this newsgroup 

supports attachments then I've a attached a picture of my problem which

is simply that the X-axis and Y-axis labels overlap the actual axis

line. Chart FX support has suggested that this is because I do not have

enough room for my graph, so I've tried to make my graph huge in the

printout, and I've made it tiny on the screen so that it could fit. I

also made it the exact same size on the printout, but the labels never

move and they are always in a bad place. This really does look like a

bug to me. If anyone has ever done any graph with Chart FX Lite on the

screen with labels on the X and Y axis, I would love to see an example

where the printout actually works.

Thanks,

Dan Leduc

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...