add method
Contents
[
Hide
]add
Adds the Series
collection to a chart.
Returns
Return the first index of the added ASeries in the NSeries.
def add(self, area, is_vertical):
...
Parameter | Type | Description |
---|---|---|
area | str | Specifies values from which to plot the data series |
is_vertical | bool | Specifies whether to plot the series from a range of cell values by row or by column. |
Remarks
add
Adds the Series
collection to a chart.
Returns
Return the first index of the added ASeries in the NSeries.
def add(self, area, is_vertical, check_labels):
...
Parameter | Type | Description |
---|---|---|
area | str | Specifies values from which to plot the data series |
is_vertical | bool | Specifies whether to plot the series from a range of cell values by row or by column. |
check_labels | bool | Indicates whether the range contains series’s name |
Remarks
See Also
- module
aspose.cells.charts
- class
Series
- class
SeriesCollection