API / geotoolkit / gauges / axis / CircularAxis / CircularAxis
axis.CircularAxis.CircularAxis
Type Aliases
Ƭ NeedleOptions: Options & { center?: Point ; geometry?: Group ; position?: DynamicElementPosition ; radius?: number | string }
properties
Ƭ NeedleOptionsOut: OptionsOut & { center?: Point ; geometry?: Group ; position?: DynamicElementPosition | string ; radius?: number | string }
properties
Ƭ Options: Options & { center?: Point | Options | [number, number] ; endangleoffset?: number | string ; fillstyle?: Type ; needle?: NeedleOptions ; parentradius?: number | string ; radius?: number | string ; reversed?: boolean ; shadow?: ShadowOptions ; startangle?: number | string ; startangleoffset?: number | string ; sweepangle?: number | string ; thickness?: number | string }
Object with properties
Ƭ OptionsOut: OptionsOut & { center?: Point ; endangleoffset: number | string ; fillstyle?: FillStyle ; linestyle?: LineStyle ; needle?: NeedleOptionsOut ; parentradius?: number | string ; radius: number | string ; reversed?: boolean ; shadow?: ShadowOptionsOut ; startangle?: number | string ; startangleoffset: number | string ; sweepangle?: number | string ; thickness?: number | string }
Object with properties
Ƭ ShadowOptions: Object
properties
| Name | Type | Description |
|---|---|---|
color? | string | RgbaColor | Color of the filling of the gauge shadows |
innerradius? | number | inner radius (axis's inner by default) |
linecap? | CapStyle | string | Style of the edges of the shadow |
outerradius? | number | outer radius (axis's outer by default) |
position? | DynamicElementPosition | shadow position |
visible? | boolean | Visibility flag for the shadow |
Ƭ ShadowOptionsOut: Object
properties
| Name | Type | Description |
|---|---|---|
color | string | Color of the filling of the gauge shadows |
innerradius? | number | inner radius (axis's inner by default) |
linecap | CapStyle | string | Style of the edges of the shadow |
outerradius? | number | outer radius (axis's outer by default) |
position | DynamicElementPosition | shadow position |
visible | boolean | Visibility flag for the shadow |