ChartDirector 7.1 (.NET Edition)

PieChart.setDonutSize


Usage

[C#]public void setDonutSize(int x, int y, int r, int r2);
[VB]Public Sub setDonutSize(x As Integer, y As Integer, r As Integer, r2 As Integer)

Description

Sets the position and size of the donut in the donut chart.

Arguments

ArgumentDefaultDescription
x(Mandatory)The x coordinate of the donut center.
y(Mandatory)The y coordinate of the donut center.
r(Mandatory)The outer radius of the donut.
r2(Mandatory)The inner radius of the donut.

Return Value

None