.CHART SET SHAPE AA
This subroutine turns anti aliasing mode on or off for shapes and lines on the "current" chart spec.
Usage:
PASS <shape_aa_sw> FIELD SHARE? N
GOSUB 0CD .CHART SET SHAPE AA
* Check for error
IF 0CD .CHART SET SHAPE AA NE
Description:
This subroutine controls whether anti-alias is used when drawing shapes or lines.
Valid values are: on, off, true, false
The parameter is optional, if blank or not passed, auto anti aliasing will be turned on.
To set anti aliasing for text, see
.CHART SET TXT AA MODE.
Comments:
Read what other users have said about this page or add your own comments.
--
JeanNeron - 2011-09-23