NSeries
Overview
NSeries is a class in Aspose.Cells FOSS for Python.
Collection of series for a chart.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
count | `` | Read | Returns the number of series in the collection |
Methods
| Signature | Description |
|---|---|
__init__(chart) | |
add(area, is_vertical, category_data, name, chart_type, x_values, series_idx, series_order) | Adds a series to the chart. |
Add(area, is_vertical, category_data, name, chart_type, x_values, series_idx, series_order) | PascalCase alias of add(). |
copy(chart) | Creates a copy of the series collection from the given chart |