Skip to main content

Chart

Description

A spreadsheet chart that can be mapped to/from an OpenXLS ChartHandle.

Properties

NameTypeDescriptionNotes
sheetIdUUIDThe UUID of the sheet containing this chart.[optional]
nameStringInternal name of the chart (like ChartHandle.getChartName()).[optional]
chartTypeChartTypeEnumThe type of chart, corresponding to ChartHandle chart type in OpenXLS.[optional]
titleStringThe main title displayed on the chart.[optional]
axisLabelXStringLabel for the X axis (if applicable).[optional]
axisLabelYStringLabel for the Y axis (if applicable).[optional]
categoryRangeStringCell range for the category (X) axis labels. Matches e.g. "Sheet1!A2:A12"[optional]
seriesList<ChartSeries>Data series definitions for this chart.[optional]
embeddedBooleanWhether chart is embedded in the sheet or is a separate chart sheet.[optional]
anchorCellStringTop-left cell position where the chart is anchored if embedded.[optional]
anchorOffsetXIntegerOptional offset in pixels from the anchor cell horizontally.[optional]
anchorOffsetYIntegerOptional offset in pixels from the anchor cell vertically.[optional]
widthIntegerWidth of the chart in pixels when embedded.[optional]
heightIntegerHeight of the chart in pixels when embedded.[optional]
idUUIDUnique identifier for object in the system[optional]
ownerIdUUIDUUID of owner of the object in the system[optional]
createdDateOffsetDateTimeDate of object creation[optional]
keyHashStringData, including hash of the key(s) used to encrypt this record.[optional]
lastAccessedByIdUUIDLast user to access object[optional]
lastAccessedDateOffsetDateTimeTimestamp of last access of object[optional]
lastModifiedByIdUUIDUnique identifier for user who last modifed the object in the system[optional]
lastModifiedDateOffsetDateTimeDate of last object modification[optional]

Enum: ChartTypeEnum

NameValue
AREA"Area"
BAR"Bar"
COLUMN"Column"
LINE"Line"
PIE"Pie"
SCATTER"Scatter"
RADAR"Radar"
DOUGHNUT"Doughnut"
STOCK"Stock"

Implemented Interfaces

  • Serializable

Generated Version Details

~value
GENERATOR VERSIONcom.valkyrlabs:ValkyrAI API 1.0-SNAPSHOT
API ARTIFACTcom.valkyrlabs.valkyrai-api.jar
GENERATOR VERSIONorg.openapitools.openapi-generator:7.5.0
GENERATOR CLASSorg.openapitools.codegen.languages.SpringCodegen
GENERATED DATE2025-04-09T20:27:13.881184-07:00[America/Los_Angeles]