Dotted Lines do not print: someone knows how to solve this?
Posted: Mon Mar 13, 2006 2:04 pm
Hi,
The printout of my charts shows full lines instead of dotted lines. I was able to print dotted lines up to version 6 of TeeChart, now even with the latest version 7.06, this does not work (I tested 2 printers). What should I do to make the dotted lines print as *dotted* lines? Or is this a known bug?
This is the code I use:
Chart.PrintProportional := false;
Chart.PrintMargins := Rect(0, 0, 0, 0);
Chart.PrintLandScape;
Thanks in advance.
The printout of my charts shows full lines instead of dotted lines. I was able to print dotted lines up to version 6 of TeeChart, now even with the latest version 7.06, this does not work (I tested 2 printers). What should I do to make the dotted lines print as *dotted* lines? Or is this a known bug?
This is the code I use:
Chart.PrintProportional := false;
Chart.PrintMargins := Rect(0, 0, 0, 0);
Chart.PrintLandScape;
Thanks in advance.