get_chart_data_range method

get_chart_data_range(self)

Gets the data source range of the chart.

Returns

The data source.


def get_chart_data_range(self):
    ...

Remarks

Only supports range. If the Series.Values, Name, and XValues are in a continuous range, a range contains them will be returned.

See Also