API / geotoolkit / welllog / header / LogAxisVisualHeader / LogAxisVisualHeader
header.LogAxisVisualHeader.LogAxisVisualHeader
Type Aliases
Type Aliases
Ƭ FormatHeaderHandler: (header?: LogAxisVisualHeader, visual?: LogAxis, context?: RenderingContext, info?: ScaleInfo) => null | string
▸ (header?, visual?, context?, info?): null | string
Callback for setFormatHeaderHandler to specify a custom header formatter
| Name | Type |
|---|---|
Optional header | LogAxisVisualHeader |
Optional visual | LogAxis |
Optional context | RenderingContext |
Optional info | ScaleInfo |
null | string
Ƭ Options: Options<LogAxis> & { autolabelrotation?: boolean ; displayvaluetextstyle?: Type ; headertype?: HeaderType ; labelrotationangle?: number ; scaleformat?: Format ; valuetypestyle?: TypeStyles }
logaxis visual or properties object
Ƭ OptionsOut: OptionsOut<LogAxis> & { autolabelrotation: boolean ; displayvaluetextstyle: TextStyle | null ; headertype: HeaderType ; labelrotationangle: number ; scaleformat: Format ; valuetypestyle: TypeStyles }
of the header
Ƭ ScaleInfo: Object
| Name | Type | Description |
|---|---|---|
abbreviationtext | string | abbreviation text |
deviceunit | AbstractUnit | unit of the device |
scale | number | depth or time vertical scale |
scaletext | string | scale text |
scaleunit | AbstractUnit | a scale unit or string symbol |