API / geotoolkit / welllog / TrackFactory / TrackFactory
welllog.TrackFactory.TrackFactory
Type Aliases
Type Aliases
Ƭ TrackHeaderOptions: Object
track header options
| Name | Type | Description |
|---|---|---|
border? | { background?: Type ; color?: string ; visible?: boolean ; width?: number } | border property |
border.background? | Type | border background |
border.color? | string | border color |
border.visible? | boolean | border visibility |
border.width? | number | border width |
firsttolast? | boolean | display headers from first to last |
holdtitle? | HoldTitle | if not HoldTitle.None then title always display atop all visuals in header even when panning/scrolling header |
mergemicroposition? | boolean | defines whether to merge micropositioned headers |
titlefirst? | boolean | display title first |
toptobottom? | boolean | display headers from top to bottom |
traversemode? | TraverseMode | children traverse mode, by default it add headers only for collection of children |
visibletracktitle? | boolean | track visible track title |
Ƭ TrackOptions: Merge<Options, { background?: Type ; border?: { color?: string ; type?: BorderStyle ; visible?: boolean } ; gridlinestyle?: LineStyle | Options ; indextrack?: { axis?: { locale?: string ; name?: string } ; labelformat?: LabelFormatHandler ; secondaryspace?: { labeldecimation?: boolean ; mapping: LogAbstractData | { primary: number[] ; secondary: number[] } ; step?: number } ; styles?: { label?: Record<string, Type> ; tick?: Record<string, Type> } } ; indextype?: "time" | "depth" | IndexType ; indexunit?: string | AbstractUnit ; logtrack?: { decadecount?: number ; reverse?: boolean } ; name?: string ; timezone?: string | TimeZone ; timezoneoffset?: number ; width?: number }>
track options