Data-structure for describing a point in a Polar coordinate system.

Used with PolarChart and Polar series.

Hierarchy

  • PolarPoint

Properties

Properties

amplitude: number

Amplitude value.

angle: number

Angle value in degrees [ 0, 360 ].

color?: Color

Optional point specific color.

Usable with PolarPointSeries when styled with IndividualPointFill.