PrTester
08-17-2007, 08:14 PM
I'm plotting 3 lines, but I want to displace the 3rd line 5 spaces. I'm using this code to displace:
Add(new Plot(Color.Red, "One"));
Add(new Plot(Color.Blue, "Two"));
Add(new Plot(Color.Black, "Three"));
Displacement =5;
but all the lines displace the 5 spaces, is there a way to displace only 1 of the lines?.
Regards,
Add(new Plot(Color.Red, "One"));
Add(new Plot(Color.Blue, "Two"));
Add(new Plot(Color.Black, "Three"));
Displacement =5;
but all the lines displace the 5 spaces, is there a way to displace only 1 of the lines?.
Regards,