set_chart_data_range method
set_chart_data_range
Specifies data range for a chart.
def set_chart_data_range(self, area, is_vertical):
...
Parameter | Type | Description |
---|---|---|
area | str | Specifies values from which to plot the data series |
is_vertical | bool | Specifies whether to plot the series from a range of cell values by row or by column. |
See Also
- module
aspose.cells.charts
- class
Chart