NSeries

Overview

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

Collection of series for a chart.

Properties

NameTypeAccessDescription
count``ReadReturns the number of series in the collection

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)Creates a copy of the series collection from the given chart

See Also