Entry

Houses a single candle’s data.

Constructors

Link copied to clipboard
constructor(x: Number, opening: Number, closing: Number, low: Number, high: Number, absoluteChange: CandlestickCartesianLayerModel.Entry.Change, relativeChange: CandlestickCartesianLayerModel.Entry.Change)

Types

Link copied to clipboard

Represents an Entry’s absolute or relative price change.

Properties

Link copied to clipboard

represents the absolute price change (closing vs. opening).

Link copied to clipboard

the closing price.

Link copied to clipboard

the high price.

Link copied to clipboard
val low: Double

the low price.

Link copied to clipboard

the opening price.

Link copied to clipboard

represents the relative price change (this Entry’s closing vs. the previous Entry’s closing).

Link copied to clipboard
open override val x: Double

the x value.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int