API / geotoolkit / gauges / axis / Region / Region
Type Aliases
Type Aliases
Ƭ Options: Object
object with parameters
| Name | Type | Description |
|---|---|---|
fillstyle? | Type | Fill style of the range |
high? | number | Upper bound of the range |
linecap? | CapStyle | string | can be 'butt', 'square', or 'round' |
linestyle? | Type | Line style of the range |
low? | number | Maximum value Lower bound of the range |
name? | string | Name of the region |
static? | boolean | Defines if the range is static |
visible? | boolean | Defines if the range is visible and should be rendered |
Ƭ OptionsOut: Merge<Required<Options>, { fillstyle?: FillStyle ; linestyle?: LineStyle }>