add_r1c1 method
add_r1c1
Adds the Series
collection to a chart.
Returns
Return the first index of the added ASeries in the NSeries.
def add_r1c1(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
See Also
- module
aspose.cells.charts
- class
Series
- class
SeriesCollection