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):
    ...
ParameterTypeDescription
areastrSpecifies values from which to plot the data series
is_verticalboolSpecifies whether to plot the series from a range of cell values by row or by column.

Remarks

See Also