end_angle property

end_angle property

Gets the ending angle for the pie section, measured in degrees clockwise from the x-axis after calls Chart.Calculate() method. Applies to Pie chart.

Definition:

@property
def end_angle(self):
    ...

See Also