API / geotoolkit / axis / CurvedAxis / CurvedAxis
axis.CurvedAxis.CurvedAxis
Type Aliases
Type Aliases
Ƭ Options: Options & OptionsBase & { path?: Path }
options
Ƭ OptionsBase: Object
An object containing the options to set
| Name | Type | Description |
|---|---|---|
labeloffset? | number | offset the label offset |
labelposition? | LabelPosition | position label position |
maxvalue? | number | maximum label value on axis |
minvalue? | number | minimum label value on axis |
tickgenerator? | TickGenerator | Options | instance of tick generator |
tickposition? | TickPosition | position of the tick |
visiblebaseline? | boolean | visibility of baseline |
Ƭ OptionsOut: OptionsOut & Omit<OptionsBase, "tickgenerator"> & { tickgenerator?: TickGenerator }
An object containing the properties
Ƭ Path: Object
baseline path
| Name | Type | Description |
|---|---|---|
x? | number[] | x values values of baseline path |
y? | number[] | y values values of baseline path |