API / geotoolkit / welllog / LogCutoffVisual / LogCutoffVisual
welllog.LogCutoffVisual.LogCutoffVisual
Type Aliases
Type Aliases
Ƭ CutOffOptions: Object
cut off settings
| Name | Type | Description |
|---|---|---|
casesensitive? | boolean | cutOff 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: Object
data to display
| Name | Type | Description |
|---|---|---|
depths? | NumericalDataSeries | NumericalDataSeriesView | number[] | datasource depths series/array |
name? | string | curve name |
values? | DataSeries | DataSeriesView | number[] | string[] | datasource values series/array, strings array is designated to use with categories mode only |
Ƭ 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 & { 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