ChartGetChartDataRange Method |
Gets the data source range of the chart .
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic string GetChartDataRange()
Public Function GetChartDataRange As String
public:
String^ GetChartDataRange()
member GetChartDataRange : unit -> string
Return Value
Type:
StringThe data source.
Remarks
Only supports range.
See Also