set_series_names method
set_series_names(self, start_index, area, is_vertical)
Sets the name of all the serieses in the chart.
def set_series_names(self, start_index, area, is_vertical):
...
| Parameter | Type | Description |
|---|---|---|
| start_index | int | The index of the first series which you want to set the name. |
| area | System.String | Specifies the area for the series name. |
| 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
SeriesCollection