ParallelCoordinates.Lines

Syntax

Lines: Array;

Description

The Lines property determines chart lines.

Comments

Array items are objects of the PP.Ui.PCLine class.

Use JSON or the setLines method to set the property value, and the getLines method to get the property value.

If no value is specified for the Lines property, chart lines are auto created in accordance with the template defined in the ParallelCoordinates.Line property.

Example

The example of property use is given in description of the PCAxis.isFiltered method.

See also:

ParallelCoordinates