Printing Marks after moving mark wih drag mark tool

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Scott
Newbie
Newbie
Posts: 5
Joined: Fri Mar 12, 2004 5:00 am
Location: New Zealand

Printing Marks after moving mark wih drag mark tool

Post by Scott » Tue Aug 09, 2005 1:53 am

Using BCB 6 and teechart version 7.05

If I use the drag marks tool to reposition a series mark, the mark repositions correctly on screen but when printed it is shifted from its on screen position.

this appears to be related to the difference between the printer and screen resolutions. If the chart is printed with "Detail" set to normal then the marks appear in the correct position, if more detail is selected then the marks move toward the upper left. "Detail" is related to TeeChart->PrintResolution

The same occurs when using TeeChart Office, just add Drag mark tool and move a mark, then go to print preview and by adjusting the "Detail" the mark moves

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Tue Aug 09, 2005 10:34 am

Hi Scott,

please, take a look here, it's related with the same.

Scott
Newbie
Newbie
Posts: 5
Joined: Fri Mar 12, 2004 5:00 am
Location: New Zealand

Post by Scott » Fri Aug 12, 2005 3:13 am

I see the problem is more serious than I realised,
having moved a mark it takes a custom position, but it appears this position is defined in fixed screen corordinates, therefore zooming the chart, or change the axis min or max will cause the mark to incorrectly drawn on screen not just when printing.

Why are the custom mark's coords define in screen co-ords and not define by the axis the series is associated with?
would that not solve both problems, printing and drawing to screen?

is there any form of annotation offered by TeeChart which uses position defined by Axis X,Y value instead of fixed screen coordinates?
at least that might be a work around in the meantime.

Post Reply