Interface for a data-structure which represents a 2-dimensional location, but with one of the planes having two values instead of just one to create an area in the given location.

Used to supply points to AreaRangeSeries.

Hierarchy

  • AreaPoint

Properties

Properties

high: number

High value of Point in the given position.

low: number

Low value of Point in the given position.

position: number

Position of Point.