Graphic/Xprint question
I have a report that in the actual report uses I guess what would be called an ellipse -- actually 4 of them as a 'box' that is checked depending on the fiscal Quarter. Currently I am using a box command and rounding the edges with the edge parameter. This works quite nicely but is still an up/down modified box. I would like to make it look the same except leaning to the left at about 45 degrees.
I am sure that it can be done with polygon and I have, in fact, used polygon for other things. I just wondered if anyone has done this sort of thing ?
I'm basically using (at roughly 10CPI 6LPI) using a box 1 character wide, 1 row high with a corner value of 80.
I could use an Ellipse statement but it does no better as it's always oriented up/down.
Thanks in advance for any suggestions.
I have a report that in the actual report uses I guess what would be called an ellipse -- actually 4 of them as a 'box' that is checked depending on the fiscal Quarter. Currently I am using a box command and rounding the edges with the edge parameter. This works quite nicely but is still an up/down modified box. I would like to make it look the same except leaning to the left at about 45 degrees.
I am sure that it can be done with polygon and I have, in fact, used polygon for other things. I just wondered if anyone has done this sort of thing ?
I'm basically using (at roughly 10CPI 6LPI) using a box 1 character wide, 1 row high with a corner value of 80.
I could use an Ellipse statement but it does no better as it's always oriented up/down.
Thanks in advance for any suggestions.
Comment