ChartDirector 7.1 (.NET Edition)

PyramidChart.setConeSize


Usage

[C#]public void setConeSize(int cx, int cy, int radius, int height);
[VB]Public Sub setConeSize(cx As Integer, cy As Integer, radius As Integer, height As Integer)

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