Skip to main content
Version: 4.0

Interface: AreaData

Structure describing a single item of data for area series

Hierarchy

Properties

lineColor

Optional lineColor: string

Optional line color value for certain data item. If missed, color from options is used


topColor

Optional topColor: string

Optional top color value for certain data item. If missed, color from options is used


bottomColor

Optional bottomColor: string

Optional bottom color value for certain data item. If missed, color from options is used


time

time: Time

The time of the data.

Inherited from

SingleValueData.time


value

value: number

Price value of the data.

Inherited from

SingleValueData.value