partial
fun partial(x: Collection<Number>, opening: Collection<Number>, closing: Collection<Number>, low: Collection<Number>, high: Collection<Number>, key: Any = 0): CandlestickCartesianLayerModel.Partial
Creates a Partial with the provided x values (x), prices, and key. opening, closing, low, and high should have the same sizes.
fun partial(opening: Collection<Number>, closing: Collection<Number>, low: Collection<Number>, high: Collection<Number>, key: Any = 0): CandlestickCartesianLayerModel.Partial
Creates a Partial with the provided prices and key, using the prices’ indices as the x values. opening, closing, low, and high should have the same sizes.