Interface: ChartPage
Defined in: src/sdk/charts/ChartTypes.ts:172
A page of a chart.
Properties
areas
readonlyareas: readonlyChartArea[]
Defined in: src/sdk/charts/ChartTypes.ts:186
The areas defined for this chart page.
geoReferenced
readonlygeoReferenced:boolean
Defined in: src/sdk/charts/ChartTypes.ts:183
Whether this chart page is georeferenced. A page is georeferenced if and only if it contains at least one georeferenced area.
height
readonlyheight:number
Defined in: src/sdk/charts/ChartTypes.ts:177
The height, in arbitrary units, of this page.
urls
readonlyurls: readonlyChartUrl[]
Defined in: src/sdk/charts/ChartTypes.ts:189
The URLs associated with individual image/document files for this chart page.
width
readonlywidth:number
Defined in: src/sdk/charts/ChartTypes.ts:174
The width, in arbitrary units, of this page.