Skip to main content
Version: 3.8

Interface: HistogramData

Structure describing a single item of data for histogram series

Extends

Properties

color?

optional color: string

Optional 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