API / geotoolkit / axis / AxisDimension / AxisDimension
axis.AxisDimension.AxisDimension
Type Aliases
Ƭ EventMap: EventMap & { Changed: Required<Options> }
Ƭ Limits: Object
from model range to device or addition properties
| Name | Type | Description |
|---|---|---|
size? | number | axis size in device |
span? | number | optional device span between ticks |
transformation? | Transformation | transformation from model range to device |
Ƭ Options: Object
The options
| Name | Type | Description |
|---|---|---|
max? | number | maximum value |
min? | number | minimum value |
name? | string | name of the dimension |
neatlimits? | boolean | enable or disable neat limits |
orientation? | Orientation | axis orientation |