Cylinder.Trends

Syntax

Trends: Array;

Description

The Trends property determines an array of cylinder trend lines.

Comments

Use JSON or the setTrends method to set the property value, and the getTrends method to get the property value.

The getTrends method contains the index optional parameter that sets index of trend line in array. If the index is set, the getTrends method returns array element by the specified index, otherwise the method returns the entire array of cylinder trend lines.

The property contains an array of objects of the CylinderTrend type.

Example

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

See also:

Cylinder