"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.

Example

Antialiasing is used for the trend called TREND1.

main()
{
  TREND1.autoAntiAlias(TRUE); 
}
Abbildung 1. Trend is displayed and Antialiasing is used
Abbildung 2. Trend is displayed and Antialiasing is not used

Assignment

Trend