Last updated

API / geotoolkit / crosssection / data / Band / Band

Namespace: Band

data.Band.Band

Table of contents

Type Aliases

Contents

Type Aliases

Data

Ƭ Data: Object

Defines data for Band data series

Type declaration

NameTypeDescription
y1numberThe first y-coordinate
y2numberThe second y-coordinate
ys?number[]The auxiliary y-coordinates array
znumberThe z-coordinate
zTo?numberThe second z-coordinate Deprecated since 4.0. Use "zto" instead.
zto?numberThe second z-coordinate

Options

Ƭ Options<T>: Options<T> & { x1?: number ; x2?: number }

JSON options object

Type parameters

NameType
Textends Data = Data

OptionsOut

Ƭ OptionsOut: OptionsOut & { x1: number ; x2: number }

JSON options object