NSeries
Overview
NSeries เป็นคลาสใน Aspose.Cells FOSS สําหรับ Python.
การรวบรวมซีเรียส์สําหรับแผนภูมิ.
หมวดนี้ให้ 4 วิธีในการทํางานกับวัตถุ NSeries ในโปรแกรม Python. วิธีการที่ใช้ได้แก่: Add, __init__, add, copy. สมาชิกสาธารณะทุกคนสามารถเข้าถึงการใช้งาน Python ใดก็ได้หลังจากติดตั้งแพ็คเกจ FOSS for Python. คุณสมบัติ: count.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
count | `` | Read | ได้รับการนับ. |
Methods
| Signature | Description |
|---|---|
__init__(chart) | |
add(area, is_vertical, category_data, name, chart_type, x_values, series_idx, series_order) | เพิ่มเรียงต่อตาราง. |
Add(area, is_vertical, category_data, name, chart_type, x_values, series_idx, series_order) | PascalCase อัลยาสของ add ((()). |
copy(chart) | คัดลอกการรวบรวมเรียงจากตารางที่ระบุเข้าในตัวอย่าง NSeries นี้ |