ChartDirector 7.0 (Python Edition)

PieChart.setDonutSize


Usage

setDonutSize(x, y, r, 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