set_chart_data_range method

set_chart_data_range(self, area, is_vertical)

Specifies data range for a chart.


def set_chart_data_range(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.

See Also