size

Determines the size of the whole pie series. Value can be in percent or pixels:


seriesSettings: {
    pie: {
        enablePointSelection: true,
        size: "200%"
    }
}

This setting is demonstrated in the following example.