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