ChartDirector 7.0 (Java Edition)

PieChart.setPieSize


Usage

public void setPieSize(int x, int y, int r)

Description

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

Arguments

ArgumentDefaultDescription
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

None