ChartDirector 7.0 (Java Edition)

PieChart.setDonutSize


Usage

public void setDonutSize(int x, int y, int r, int r2)

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