Skip to main content
Version: Next

Interface: AreaData<HorzScaleItem>

Structure describing a single item of data for area series

Extends

Type parameters

HorzScaleItem = Time

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: HorzScaleItem

The time of the data.

Inherited from

SingleValueData . time


value

value: number

Price value of the data.

Inherited from

SingleValueData . value


customValues?

optional customValues: Record<string, unknown>

Additional custom values which will be ignored by the library, but could be used by plugins.

Inherited from

SingleValueData . customValues