ChartDirector 7.1 (C++ Edition)

PyramidChart.setConeSize


Usage

void setConeSize(int cx, int cy, int radius, int height);

Description

Sets the position and size of the cone in a cone chart.

Arguments

ArgumentDefaultDescription
cx(Mandatory)The x-coordinate of the center of the cone. The center of the cone is the midpoint of the vertical axis of the cone.
cy(Mandatory)The y-coordinate of the center of the cone. The center of the cone is the midpoint of the vertical axis of the cone.
radius(Mandatory)The radius of the base of the cone.
height(Mandatory)The height of the cone.

Return Value

None