API / geotoolkit / welllog / tooltip / LogLithologyTooltip / LogLithologyTooltip
tooltip.LogLithologyTooltip.LogLithologyTooltip
Type Aliases
Ƭ Properties: Properties & { format?: ToolTipFormat ; ranges?: RangesType }
options which contains tooltip properties
Ƭ PropertiesOut: PropertiesOut & { format: ToolTipFormat ; ranges: RangesType }
options which contains tooltip properties
Ƭ ToolTipFormat: ToolTipFormat & { itemformat?: string | ToolTipFormatter }
Tooltip format
Ƭ ToolTipInfo: ToolTipInfo & { max?: number ; min?: number ; ranges?: ToolTipValueInfo[] }
JSON object, information that ToolTip instance class can collect for LogLithology at specific point
Ƭ ToolTipValueInfo: Object
| Name | Type | Description |
|---|---|---|
color? | string | tooltip color |
max? | number | range mфч value |
min? | number | range min value |
name? | string | range name |
symbol? | string | tooltip symbol |