Skip to main content
Version: 4.1

Interface: SingleValueData<HorzScaleItem>

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

Type parameters

NameType
HorzScaleItemTime

Hierarchy

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