Last updated

API / geotoolkit / controls / shapes / PolarAxis / PolarAxis

Namespace: PolarAxis

shapes.PolarAxis.PolarAxis

Table of contents

Type Aliases

Contents

Type Aliases

LabelFormat

Ƭ LabelFormat: Object

label format options

Type declaration

NameType
fillstyleFillStyle | null
linestyleLineStyle | null
padding{ x: number ; y: number }
padding.xnumber
padding.ynumber
textstring
textstyleTextStyle | null
valuenumber

Options

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