PutWorksheetSparklineGroup
Contents
[
Hide
]
PutWorksheetSparklineGroup
Add a sparkline group in the worksheet.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/sparklineGroups | PUT | Add a sparkline group in the worksheet. | PutWorksheetSparklineGroup |
Path Parameter
Parameter Name | Type | Description |
---|---|---|
name | string | The file name. |
sheetName | string | The worksheet name. |
Query Parameter
Parameter Name | Type | Description |
---|---|---|
type | string | Represents the sparkline types(Line/Column/Stacked). |
dataRange | string | Specifies the data range of the sparkline group. |
isVertical | boolean | Specifies whether to plot the sparklines from the data range by row or by column. |
locationRange | string | Specifies where the sparklines to be placed. |
folder | string | The folder where the file is situated. |
storageName | string | The storage name where the file is situated. |