Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AreaPoint

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.

Index

Properties

Properties

Readonly high

high : number

High value of Point in the given position.

Readonly low

low : number

Low value of Point in the given position.

Readonly position

position : number

Position of Point.