API / geotoolkit / welllog / data / AccumulationCycleData / AccumulationCycleData
data.AccumulationCycleData.AccumulationCycleData
Type Aliases
Type Aliases
Ƭ Options: Object
data name, or object
| Name | Type | Description |
|---|---|---|
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? | AbstractUnit | array of titles |
name? | string | The log data name |
titles? | string[] | array of titles |
values? | number[] | array of values |
valuesunit? | AbstractUnit | The log data name |
Ƭ OptionsOut: Object
properties object
| Name | Type | Description |
|---|---|---|
colors | string[] | The array of colors Deprecated since 4.1. Use 'fillstyles' instead. |
depths | number[] | The array of ordered depths |
fillstyles | Type[] | The array of fill styles |
indexunit | AbstractUnit | array of titles |
name | string | The log data name |
titles | string[] | array of titles |
values | number[] | The array of values |
valuesunit | AbstractUnit | The log data name |