Last updated

API / geotoolkit / axis / NumericTickGenerator / NumericTickGenerator

Namespace: NumericTickGenerator

axis.NumericTickGenerator.NumericTickGenerator

Table of contents

Type Aliases

Contents

Type Aliases

Grades

Ƭ Grades: "major" | "minor" | "edge" | "intermediate"


MaxLabelEventHandler

Ƭ MaxLabelEventHandler: (tg: TickGenerator, tickInfo: TickInfo, orient: Orientation, fromValue: number, toValue: number, array?: { type: string ; value: number }[]) => { type: string ; value: number }[]

Type declaration

▸ (tg, tickInfo, orient, fromValue, toValue, array?): { type: string ; value: number }[]

Parameters
Name Type
tgTickGenerator
tickInfoTickInfo
orientOrientation
fromValuenumber
toValuenumber
Optional array{ type: string ; value: number }[]
Returns

{ type: string ; value: number }[]


Options

Ƭ Options: Partial<Record<Grades, Merge<{ labelformat?: Format ; labelvisible?: boolean }, TickOptions>>> & Options & { labelformat?: Format ; maxlabeleventhandler?: MaxLabelEventHandler }

An object containing the properties to set


OptionsOut

Ƭ OptionsOut: Partial<Record<Grades, { labelformat: Format }>> & OptionsOut & { labelformat?: Format ; maxlabeleventhandler?: MaxLabelEventHandler }

properties