طريقة remove_at
remove_at(self, index)
يزيل النقطة في فهرس السلسلة.
def remove_at(self, index):
...
معامل | يكتب | وصف |
---|---|---|
index | int | مؤشر النقطة. |
أنظر أيضا
- الوحدة
aspose.cells.charts
- فئة
ChartPointCollection
يزيل النقطة في فهرس السلسلة.
def remove_at(self, index):
...
معامل | يكتب | وصف |
---|---|---|
index | int | مؤشر النقطة. |
aspose.cells.charts
ChartPointCollection