item

abstract fun item(x: X, yMin: Y, yMax: Y, bar: @Composable BarScope.() -> Unit? = null)

Adds an item at the specified x axis coordinate, with vertical extent spanning from yMin to yMax. An optional bar can be provided to customize the Composable used to generate the bar for this specific item.