Last updated

API / geotoolkit / welllog / LogCutoffVisual / LogCutoffVisual

Namespace: LogCutoffVisual

welllog.LogCutoffVisual.LogCutoffVisual

Table of contents

Type Aliases

Contents

Type Aliases

CutOffOptions

Ƭ CutOffOptions: Object

cut off settings

Type declaration

NameTypeDescription
casesensitive?booleancutOff casesensitive flag, default is not false
codes?(string | string[])[]cutOff codes
fillstyles?FillStyle[] | DiscreteDataMap<FillStyle>fill styles
linestyles?LineStyle[] | DiscreteDataMap<LineStyle>line styles
names?string[]cutOff names
ranges?number | number[] | number[][]cutOff ranges

DataOptions

Ƭ DataOptions: Object

data to display

Type declaration

NameTypeDescription
depths?NumericalDataSeries | NumericalDataSeriesView | number[]datasource depths series/array
name?stringcurve name
values?DataSeries | DataSeriesView | number[] | string[]datasource values series/array, strings array is designated to use with categories mode only

Options

Ƭ Options: Options & { autoupdate?: boolean ; cutoff?: CutOffOptions ; cutoffmode?: CutoffMode ; data?: LogAbstractData | DataOptions ; displaymode?: DisplayMode ; fillstyle?: Type ; horizontalflip?: boolean ; limitsmax?: number ; limitsmin?: number ; limitstype?: LimitsType ; scaletype?: ScaleType ; stepmode?: StepMode }

The cut off visual options


OptionsOut

Ƭ OptionsOut: OptionsOut & { autoupdate: boolean ; cutoff: CutOffOptions | null ; cutoffmode: CutoffMode ; displaymode: DisplayMode ; fillstyle: FillStyle | null ; horizontalflip?: boolean ; limitsmax?: number ; limitsmin?: number ; limitstype?: LimitsType ; scaletype: ScaleType ; stepmode: StepMode }

The object properties