Last updated

API / geotoolkit / controls / shapes / PolarCrossPlot / PolarCrossPlot

Namespace: PolarCrossPlot

shapes.PolarCrossPlot.PolarCrossPlot

Table of contents

Type Aliases

Contents

Type Aliases

DataOptions

Ƭ DataOptions: Options & { center?: Point | { x: number ; y: number } ; data?: { angle?: number[] ; radius?: number[] ; variable?: number[] } ; modelradius?: number ; outerradius?: number ; painter?: Painter ; polargrid?: PolarGrid ; startangle?: number }

options


Options

Ƭ Options: Options & DataOptions & { options?: DataOptions }


OptionsOut

Ƭ OptionsOut: OptionsOut & { center?: Point ; modelradius?: number ; outerradius?: number ; startangle?: number }

properties