Skip to main content

Interface: ChartPage

Defined in: src/sdk/charts/ChartTypes.ts:172

A page of a chart.

Properties

areas

readonly areas: readonly ChartArea[]

Defined in: src/sdk/charts/ChartTypes.ts:186

The areas defined for this chart page.


geoReferenced

readonly geoReferenced: 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

readonly height: number

Defined in: src/sdk/charts/ChartTypes.ts:177

The height, in arbitrary units, of this page.


urls

readonly urls: readonly ChartUrl[]

Defined in: src/sdk/charts/ChartTypes.ts:189

The URLs associated with individual image/document files for this chart page.


width

readonly width: number

Defined in: src/sdk/charts/ChartTypes.ts:174

The width, in arbitrary units, of this page.