Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PolarPoint

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

Used with PolarChart and Polar series.

Index

Properties

Properties

Readonly amplitude

amplitude : number

Amplitude value.

Readonly angle

angle : number

Angle value in degrees [ 0, 360 ].

Optional Readonly color

color : Color

Optional point specific color.

Usable with PolarPointSeries when styled with IndividualPointFill.