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
Argument | Default | Description |
noOfSides | (Mandatory) | The number of sides of the base polygon in a pyramid chart. |
Return Value
None
© 2023 Advanced Software Engineering Limited. All rights reserved.