get_range method
get_range
Gets chart data range.
Returns
Cells data range formula. E.g: “Sheet1!$A$1:$C$4”
def get_range(self):
    ...
Examples
Example C#
Exceptions
| Exception | Description | 
|---|---|
| RuntimeError(Proxy error(InvalidOperationException)) | Chart doesn’t use workbook as a data source | 
See Also
- class ChartData
- module aspose.slides.charts
- library Aspose.Slides