Skip to main content

Interface: G3000ChartsSourcePageSectionDefinition

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Charts/G3000ChartsSource.ts:22

A definition describing a display-able section of a chart page that can be selected by the user.

Properties

name

readonly name: string

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Charts/G3000ChartsSource.ts:27

The name of this section definition.


uid

readonly uid: string

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Charts/G3000ChartsSource.ts:24

The ID that unique identifies this section definition. Cannot be the empty string.

Methods

getArea()

getArea(pageData): undefined | ChartArea

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Charts/G3000ChartsSource.ts:35

Gets the area of a chart page associated with this section definition.

Parameters

ParameterTypeDescription
pageDataG3000ChartsPageDataThe chart page for which to get the area.

Returns

undefined | ChartArea

The area of the specified chart page associated with this section definition, or undefined, if there is no such area.