sheetId | UUID | The UUID of the sheet containing this chart. | [optional] |
name | String | Internal name of the chart (like ChartHandle.getChartName()). | [optional] |
chartType | ChartTypeEnum | The type of chart, corresponding to ChartHandle chart type in OpenXLS. | [optional] |
title | String | The main title displayed on the chart. | [optional] |
axisLabelX | String | Label for the X axis (if applicable). | [optional] |
axisLabelY | String | Label for the Y axis (if applicable). | [optional] |
categoryRange | String | Cell range for the category (X) axis labels. Matches e.g. "Sheet1!A2:A12" | [optional] |
series | List<ChartSeries> | Data series definitions for this chart. | [optional] |
embedded | Boolean | Whether chart is embedded in the sheet or is a separate chart sheet. | [optional] |
anchorCell | String | Top-left cell position where the chart is anchored if embedded. | [optional] |
anchorOffsetX | Integer | Optional offset in pixels from the anchor cell horizontally. | [optional] |
anchorOffsetY | Integer | Optional offset in pixels from the anchor cell vertically. | [optional] |
width | Integer | Width of the chart in pixels when embedded. | [optional] |
height | Integer | Height of the chart in pixels when embedded. | [optional] |
id | UUID | Unique identifier for object in the system | [optional] |
ownerId | UUID | UUID of owner of the object in the system | [optional] |
createdDate | OffsetDateTime | Date of object creation | [optional] |
keyHash | String | Data, including hash of the key(s) used to encrypt this record. | [optional] |
lastAccessedById | UUID | Last user to access object | [optional] |
lastAccessedDate | OffsetDateTime | Timestamp of last access of object | [optional] |
lastModifiedById | UUID | Unique identifier for user who last modifed the object in the system | [optional] |
lastModifiedDate | OffsetDateTime | Date of last object modification | [optional] |