Interface: BaseChartArea
Defined in: src/sdk/charts/ChartTypes.ts:206
Base type for a chart area.
Extended by
Properties
chartRectangle
readonly
chartRectangle:ChartRectangle
Defined in: src/sdk/charts/ChartTypes.ts:214
The rectangle representing this area, projected on the chart. The rectangle coordinates are expressed in the same units used to measure the parent chart's width and height.
layer
readonly
layer:string
Defined in: src/sdk/charts/ChartTypes.ts:208
The layer name of this area.