second_plot_size property

second_plot_size property

Returns or sets the size of the secondary section of either a pie of pie chart or a bar of pie chart, as a percentage of the size of the primary pie. Can be a value from 5 to 200.

Definition:

@property
def second_plot_size(self):
    ...
@second_plot_size.setter
def second_plot_size(self, value):
    ...

See Also