Series.Points

Series.Points property

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

public ChartPointCollection Points { get; }

Remarks

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

See Also