ChartDirector 7.1 (C++ Edition)

PyramidChart.setPyramidSides


Usage

void setPyramidSides(int 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