build
fun build(x: Collection<Number>, opening: Collection<Number>, closing: Collection<Number>, low: Collection<Number>, high: Collection<Number>): CandlestickCartesianLayerModel
Creates a CandlestickCartesianLayerModel with the provided x values (x) and prices. opening, closing, low, and high should have the same sizes.
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.