ParallelCoordinates.Axes

Syntax

Axes: Array;

Description

The Axes property determines chart axes.

Comments

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

Use JSON or the setAxes method to set the property value, and the getAxes method to get the property value.

If value of the Axes property is not specified, chart axes are auto created using the template indicated in the ParallelCoordinates.Axis property.

Example

The example of property use is given on the Example of Creating the ParallelCoordinates Component page.

See also:

ParallelCoordinates