Skip to main content
Version: 4.2

Interface: SingleValueData<HorzScaleItem>

A base interface for a data point of single-value series.

Extends

Extended by

Type parameters

HorzScaleItem = Time

Properties

time

time: HorzScaleItem

The time of the data.

Overrides

WhitespaceData . time


value

value: number

Price value of the data.


customValues?

optional customValues: Record<string, unknown>

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

Inherited from

WhitespaceData . customValues