ChartDirector 7.0 (Perl Edition)

PyramidChart.setPyramidSides


Usage

setPyramidSides(noOfSides)

Description

Sets the number of sides of the base polygon in a pyramid chart.

By default, the base of a pyramid is a square. This method can be used to change it to other regular polygon.

Arguments

ArgumentDefaultDescription
noOfSides(Mandatory)The number of sides of the base polygon in a pyramid chart.

Return Value

None