SmoothLines

This property enables or disables drawing of smooth lines in line charts.

Syntax:

setSmoothLines (boolean);
boolean = SmoothLines();

where:

boolean

Can be one of the following:

true draws smooth lines.

false draws lines normally. This value is the default.

Note: The smooth line effect can only be seen on a chart with more than 3 groups.

Example:

setSmoothLines(true);

line  graph

setSmoothLines(false);

line graph


WebFOCUS