NSeries

Overview

NSeries is a class in Aspose.Cells FOSS for Python.

Collection of series for a chart.

This class provides 4 methods for working with NSeries objects in Python programs. Available methods include: Add, __init__, add, copy. All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package. Properties: count.

Properties

NameTypeAccessDescription
count``ReadGets the count.

Methods

SignatureDescription
__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)Copies the series collection from the specified chart into this NSeries instance

See Also