ChartDirector 7.0 (ASP/COM/VB Edition)

PyramidChart.setConeSize


Usage

setConeSize(cx, cy, radius, 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