Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 536 Bytes

File metadata and controls

36 lines (22 loc) · 536 Bytes

title: get_chart_data_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs weight: 50 url: /aspose.cells.charts/chart/get_chart_data_range/ is_root: false

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.

See Also