Last updated

API / geotoolkit / welllog / data / AccumulationCycleData / AccumulationCycleData

Namespace: AccumulationCycleData

data.AccumulationCycleData.AccumulationCycleData

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Object

data name, or object

Type declaration

NameTypeDescription
colors?string[]array of colors Deprecated since 4.1. Use 'fillstyles' instead.
depths?number[]array of depth values
fillstyles?Type[]array of fill styles
indexunit?AbstractUnitarray of titles
name?stringThe log data name
titles?string[]array of titles
values?number[]array of values
valuesunit?AbstractUnitThe log data name

OptionsOut

Ƭ OptionsOut: Object

properties object

Type declaration

NameTypeDescription
colorsstring[]The array of colors Deprecated since 4.1. Use 'fillstyles' instead.
depthsnumber[]The array of ordered depths
fillstylesType[]The array of fill styles
indexunitAbstractUnitarray of titles
namestringThe log data name
titlesstring[]array of titles
valuesnumber[]The array of values
valuesunitAbstractUnitThe log data name