API / geotoolkit / welllog / TickCurve / TickCurve
Type Aliases
Ƭ Category: Object
Defines category
| Name | Type | Description |
|---|---|---|
key? | string | key of the category |
length? | number | length of the category |
linestyle? | LineStyle | null | linestyle for the tick |
textstyle? | TextStyle | null | textstyle for the tick |
Ƭ CategoryCallback: (index: number, depth: number, value: number) => string | null
▸ (index, depth, value): string | null
Defines category callback
| Name | Type |
|---|---|
index | number |
depth | number |
value | number |
string | null
Ƭ CategoryType: Object
Defines category type
| Name | Type | Description |
|---|---|---|
key? | string | key of the category |
length? | number | length of the category |
linestyle? | Type | linestyle for the tick |
textstyle? | Type | textstyle for the tick |
Ƭ Options: Options & { categories?: CategoryType[] ; data?: LogAbstractData ; displaymode?: string[] ; formatoptions?: NumberFormat | Options ; textdecimationstep?: number ; textmargin?: number ; textopposite?: boolean ; ticksreversed?: boolean }
data source to be displayed or properties object
Ƭ OptionsOut: OptionsOut & { categories?: Category[] ; displaymode?: string[] ; formatoptions?: NumberFormat ; textdecimationstep?: number ; textmargin?: number ; textopposite?: boolean ; ticksreversed?: boolean }
properties object