"autoAntiAlias"
The new trend attribute "autoAntiAlias" can be used to display the trend more accurately.
Synopsis
setValue(string shape, "autoAntiAlias", bool);
getValue(string shape, "autoAntiAlias", bool);
shape.autoAntiAlias(bool);
Parameter
Parameter | Description |
---|---|
bool | Specifies whether antialiasing is used or not. The default value is TRUE meaning that antialiasing is used. |
Description
The new trend attribute "autoAntiAlias" can be used to display the trend more accurately.
The trend now draws step-curves non-antialiased and linear curves antialiased by default.
Assignment
Trend