@@ -10,7 +10,7 @@ Method | HTTP request | Description
1010
1111
1212# ** cellsChartAreaGetChartArea**
13- > \Aspose\Cells\Cloud\Model\ChartAreaResponse cellsChartAreaGetChartArea($name, $sheet_name, $chart_index, $folder)
13+ > \Aspose\Cells\Cloud\Model\ChartAreaResponse cellsChartAreaGetChartArea($name, $sheet_name, $chart_index, $folder, $storage )
1414
1515Get chart area info.
1616
@@ -28,9 +28,10 @@ $name = "name_example"; // string | Workbook name.
2828$sheet_name = "sheet_name_example"; // string | Worksheet name.
2929$chart_index = 56; // int | The chart index.
3030$folder = "folder_example"; // string | Workbook folder.
31+ $storage = "storage_example"; // string | storage name.
3132
3233try {
33- $result = $apiInstance->cellsChartAreaGetChartArea($name, $sheet_name, $chart_index, $folder);
34+ $result = $apiInstance->cellsChartAreaGetChartArea($name, $sheet_name, $chart_index, $folder, $storage );
3435 print_r($result);
3536} catch (Exception $e) {
3637 echo 'Exception when calling CellsChartAreaApi->cellsChartAreaGetChartArea: ', $e->getMessage(), PHP_EOL;
@@ -46,6 +47,7 @@ Name | Type | Description | Notes
4647 ** sheet_name** | ** string** | Worksheet name. |
4748 ** chart_index** | ** int** | The chart index. |
4849 ** folder** | ** string** | Workbook folder. | [ optional]
50+ ** storage** | ** string** | storage name. | [ optional]
4951
5052### Return type
5153
@@ -63,7 +65,7 @@ No authorization required
6365[[ Back to top]] ( # ) [[ Back to API list]] ( ../../README.md#documentation-for-api-endpoints ) [[ Back to Model list]] ( ../../README.md#documentation-for-models ) [[ Back to README]] ( ../../README.md )
6466
6567# ** cellsChartAreaGetChartAreaBorder**
66- > \Aspose\Cells\Cloud\Model\LineResponse cellsChartAreaGetChartAreaBorder($name, $sheet_name, $chart_index, $folder)
68+ > \Aspose\Cells\Cloud\Model\LineResponse cellsChartAreaGetChartAreaBorder($name, $sheet_name, $chart_index, $folder, $storage )
6769
6870Get chart area border info.
6971
@@ -81,9 +83,10 @@ $name = "name_example"; // string | Workbook name.
8183$sheet_name = "sheet_name_example"; // string | Worksheet name.
8284$chart_index = 56; // int | The chart index.
8385$folder = "folder_example"; // string | Workbook folder.
86+ $storage = "storage_example"; // string | storage name.
8487
8588try {
86- $result = $apiInstance->cellsChartAreaGetChartAreaBorder($name, $sheet_name, $chart_index, $folder);
89+ $result = $apiInstance->cellsChartAreaGetChartAreaBorder($name, $sheet_name, $chart_index, $folder, $storage );
8790 print_r($result);
8891} catch (Exception $e) {
8992 echo 'Exception when calling CellsChartAreaApi->cellsChartAreaGetChartAreaBorder: ', $e->getMessage(), PHP_EOL;
@@ -99,6 +102,7 @@ Name | Type | Description | Notes
99102 ** sheet_name** | ** string** | Worksheet name. |
100103 ** chart_index** | ** int** | The chart index. |
101104 ** folder** | ** string** | Workbook folder. | [ optional]
105+ ** storage** | ** string** | storage name. | [ optional]
102106
103107### Return type
104108
@@ -116,7 +120,7 @@ No authorization required
116120[[ Back to top]] ( # ) [[ Back to API list]] ( ../../README.md#documentation-for-api-endpoints ) [[ Back to Model list]] ( ../../README.md#documentation-for-models ) [[ Back to README]] ( ../../README.md )
117121
118122# ** cellsChartAreaGetChartAreaFillFormat**
119- > \Aspose\Cells\Cloud\Model\FillFormatResponse cellsChartAreaGetChartAreaFillFormat($name, $sheet_name, $chart_index, $folder)
123+ > \Aspose\Cells\Cloud\Model\FillFormatResponse cellsChartAreaGetChartAreaFillFormat($name, $sheet_name, $chart_index, $folder, $storage )
120124
121125Get chart area fill format info.
122126
@@ -134,9 +138,10 @@ $name = "name_example"; // string | Workbook name.
134138$sheet_name = "sheet_name_example"; // string | Worksheet name.
135139$chart_index = 56; // int | The chart index.
136140$folder = "folder_example"; // string | Workbook folder.
141+ $storage = "storage_example"; // string | storage name.
137142
138143try {
139- $result = $apiInstance->cellsChartAreaGetChartAreaFillFormat($name, $sheet_name, $chart_index, $folder);
144+ $result = $apiInstance->cellsChartAreaGetChartAreaFillFormat($name, $sheet_name, $chart_index, $folder, $storage );
140145 print_r($result);
141146} catch (Exception $e) {
142147 echo 'Exception when calling CellsChartAreaApi->cellsChartAreaGetChartAreaFillFormat: ', $e->getMessage(), PHP_EOL;
@@ -152,6 +157,7 @@ Name | Type | Description | Notes
152157 ** sheet_name** | ** string** | Worksheet name. |
153158 ** chart_index** | ** int** | The chart index. |
154159 ** folder** | ** string** | Workbook folder. | [ optional]
160+ ** storage** | ** string** | storage name. | [ optional]
155161
156162### Return type
157163
0 commit comments