[C#] | public void setPieSize(int x, int y, int r); |
[VB] | Public Sub setPieSize(x As Integer, y As Integer, r As Integer) |
ChartDirector 7.1 (.NET Edition)
PieChart.
Usage
[C#] | public void setPieSize(int x, int y, int r); |
[VB] | Public Sub setPieSize(x As Integer, y As Integer, r As Integer) |
Description
Arguments
Argument | Default | Description |
---|---|---|
x | (Mandatory) | The x coordinate of the pie center. |
y | (Mandatory) | The y coordinate of the pie center. |
r | (Mandatory) | The radius of the pie. |
Return Value