points property

points property

Gets the collection of points in a series in a chart.

Remarks

When the chart is Pie of Pie or Bar of Pie, the last point is other point in first pie plot.

Definition:

@property
def points(self):
    ...

See Also