[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) |
ChartDirector 7.1 (.NET Edition)
PyramidChart.
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
Arguments
Argument | Default | Description |
---|---|---|
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