set_series_names method

set_series_names

Sets the name of all the serieses in the chart.

def set_series_names(self, start_index, area, is_vertical):
    ...
ParameterTypeDescription
start_indexintThe index of the first series which you want to set the name.
areastrSpecifies the area for the series name.
is_verticalbool>Specifies whether to plot the series from a range of cell values by row or by column.

Remarks

See Also