ChartDirector 7.1 (.NET Edition)
PyramidChart.setFunnelSize
Usage
[C#] | public void void setFunnelSize(int cx, int cy, int radius, int height [, double tubeRadius [, double tubeHeight ]]); |
[VB] | Public Sub void setFunnelSize(cx As Integer, cy As Integer, radius As Integer, height As Integer [, tubeRadius As Double [, tubeHeight As Double ]]) |
Description
Sets the position and size of the funnel in a funnel chart.
A funnel is similar to an inverted cone, except that the vertex of the cone is replaced by a tube.
Arguments
Argument | Default | Description |
cx | (Mandatory) | The x-coordinate of the center of the funnel. The center of the funnel is the midpoint of the vertical axis of the funnel. |
cy | (Mandatory) | The y-coordinate of the center of the funnel. The center of the funnel is the midpoint of the vertical axis of the funnel. |
radius | (Mandatory) | The radius of the mouth of the funnel. |
height | (Mandatory) | The height of the funnel, inclusive of the tube. |
tubeRadius | 0.2 | The radius of the tube, as a ratio to the radius of the mouth of the funnel. |
tubeHeight | 0.3 | The height (length) of the tube, as a ratio to the total height of the funnel. It must be between 0 to 1. |
Return Value
None
© 2023 Advanced Software Engineering Limited. All rights reserved.