Last updated

API / geotoolkit / welllog / TickCurve / TickCurve

Namespace: TickCurve

welllog.TickCurve.TickCurve

Table of contents

Type Aliases

Contents

Type Aliases

Category

Ƭ Category: Object

Defines category

Type declaration

NameTypeDescription
key?stringkey of the category
length?numberlength of the category
linestyle?LineStyle | nulllinestyle for the tick
textstyle?TextStyle | nulltextstyle for the tick

CategoryCallback

Ƭ CategoryCallback: (index: number, depth: number, value: number) => string | null

Type declaration

▸ (index, depth, value): string | null

Defines category callback

Parameters
Name Type
indexnumber
depthnumber
valuenumber
Returns

string | null


CategoryType

Ƭ CategoryType: Object

Defines category type

Type declaration

NameTypeDescription
key?stringkey of the category
length?numberlength of the category
linestyle?Typelinestyle for the tick
textstyle?Typetextstyle for the tick

Options

Ƭ 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: OptionsOut & { categories?: Category[] ; displaymode?: string[] ; formatoptions?: NumberFormat ; textdecimationstep?: number ; textmargin?: number ; textopposite?: boolean ; ticksreversed?: boolean }

properties object