Last updated

API / geotoolkit / gauges / axis / CircularAxis / CircularAxis

Namespace: CircularAxis

axis.CircularAxis.CircularAxis

Table of contents

Type Aliases

Contents

Type Aliases

NeedleOptions

Ƭ NeedleOptions: Options & { center?: Point ; geometry?: Group ; position?: DynamicElementPosition ; radius?: number | string }

properties


NeedleOptionsOut

Ƭ NeedleOptionsOut: OptionsOut & { center?: Point ; geometry?: Group ; position?: DynamicElementPosition | string ; radius?: number | string }

properties


Options

Ƭ 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: 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

Ƭ ShadowOptions: Object

properties

Type declaration

NameTypeDescription
color?string | RgbaColorColor of the filling of the gauge shadows
innerradius?numberinner radius (axis's inner by default)
linecap?CapStyle | stringStyle of the edges of the shadow
outerradius?numberouter radius (axis's outer by default)
position?DynamicElementPositionshadow position
visible?booleanVisibility flag for the shadow

ShadowOptionsOut

Ƭ ShadowOptionsOut: Object

properties

Type declaration

NameTypeDescription
colorstringColor of the filling of the gauge shadows
innerradius?numberinner radius (axis's inner by default)
linecapCapStyle | stringStyle of the edges of the shadow
outerradius?numberouter radius (axis's outer by default)
positionDynamicElementPositionshadow position
visiblebooleanVisibility flag for the shadow