API / geotoolkit / controls / shapes / PolarCrossPlot / PolarCrossPlot
shapes.PolarCrossPlot.PolarCrossPlot
Type Aliases
Type Aliases
Ƭ 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 & DataOptions & { options?: DataOptions }
Ƭ OptionsOut: OptionsOut & { center?: Point ; modelradius?: number ; outerradius?: number ; startangle?: number }
properties