add method

Contents
[ ]

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):
    ...
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

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):
    ...
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.
check_labelsboolIndicates whether the range contains series’s name

Remarks

See Also