API / geotoolkit / controls / shapes / PolarAxis / PolarAxis
Type Aliases
Type Aliases
Ƭ LabelFormat: Object
label format options
| Name | Type |
|---|---|
fillstyle | FillStyle | null |
linestyle | LineStyle | null |
padding | { x: number ; y: number } |
padding.x | number |
padding.y | number |
text | string |
textstyle | TextStyle | null |
value | number |
Ƭ Options: Options & { center?: Point ; labels?: { fillstyle?: Type ; formatter?: (format: LabelFormat) => LabelFormat ; linestyle?: Type ; textstyle?: Type ; visible?: boolean } ; modelradius?: number ; outerradius?: number ; polargrid?: PolarGrid ; relativeangle?: boolean ; startangle?: number ; step?: number }
An object containing the properties to set
Ƭ OptionsOut: OptionsOut & { center?: Point ; labels?: { fillstyle?: Type ; formatter?: (format: LabelFormat) => LabelFormat ; linestyle?: Type ; textstyle?: Type ; visible?: boolean } ; modelradius?: number ; outerradius?: number ; polargrid?: PolarGrid ; relativeangle?: boolean ; startangle?: number ; step?: number }
An object containing chart properties