Companion
object Companion
Functions
Link copied to clipboard
fun build(opening: Collection<Number>, closing: Collection<Number>, low: Collection<Number>, high: Collection<Number>): CandlestickCartesianLayerModel
Creates a CandlestickCartesianLayerModel with the provided prices, using their indices as the x values. opening, closing, low, and high should have the same sizes.
fun build(x: Collection<Number>, opening: Collection<Number>, closing: Collection<Number>, low: Collection<Number>, high: Collection<Number>): CandlestickCartesianLayerModel
Link copied to clipboard
fun partial(opening: Collection<Number>, closing: Collection<Number>, low: Collection<Number>, high: Collection<Number>): CandlestickCartesianLayerModel.Partial
Creates a Partial with the provided prices, using their indices as the x values. opening, closing, low, and high should have the same sizes.
fun partial(x: Collection<Number>, opening: Collection<Number>, closing: Collection<Number>, low: Collection<Number>, high: Collection<Number>): CandlestickCartesianLayerModel.Partial