Last updated

API / geotoolkit / charts / Axis / Axis

Namespace: Axis

charts.Axis.Axis

Table of contents

Type Aliases

Contents

Type Aliases

ColorBarAxisOptions

Ƭ ColorBarAxisOptions: Object

Type declaration

NameTypeDescription
autolabelrotation?booleanautomatic label rotation
autolabelrotationangle?numberauto rotation angle for axis
colorprovider?ColorProviderColor provider

EventMap

Ƭ EventMap: EventMap & { DataTypeUpdated: DataType ; Updated: Options }


GeneralAxis

Ƭ GeneralAxis: Object

Type declaration

NameTypeDescription
datalimits?booleanTrue to adjust limits & color provider based on connected charts data, false to use fixed limits from the color provider (true by default)
dimension?AxisDimension | Options & { type?: AxisType }axis dimension object to use for the axis automatic limits calculation
flip?booleantrue to flip axis limits (connected charts will be flipped as well)
grid?Grid | { edge?: TickOptions ; major?: TickOptions ; minor?: TickOptions ; visible?: boolean }options for grid connected to the axis
labelstyle?Typetick label text style
location?AnnotationLocationaxis location
max?null | numberaxis maximum limit
min?null | numberaxis minimum limit
tickstyle?Typestyle for all tick lines

Options

Ƭ Options: Omit<AxisOptions, "margins"> & GeneralAxis & ColorBarAxisOptions & { type?: ColorBar } | { crosshair?: LabelSettings ; displayontop?: boolean ; type?: Exclude<AxisType, ColorBar> } & { crosshair?: LabelSettings ; datatype?: DataType ; labels?: string[] | number[] | string ; size?: number ; tickgenerator?: TickGenerator | Options | Options }

axis options


OptionsOut

Ƭ OptionsOut: Omit<OptionsOut, "margins"> & { datalimits?: boolean ; datatype?: DataType ; dimension: { neatlimits: boolean } ; flip?: boolean ; grid?: { visible?: boolean } ; labels?: string[] | number[] | string ; labelstyle?: TextStyle ; location?: AnnotationLocation ; max?: null | number ; min?: null | number ; size?: number ; tickstyle?: LineStyle ; type?: AxisType }