DefaultVerticalBarPosition

data class DefaultVerticalBarPosition<Y>(val yMin: Y, val yMax: Y) : VerticalBarPosition<Y>

Constructors

Link copied to clipboard
constructor(yMin: Y, yMax: Y)

Properties

Link copied to clipboard
open override val yMax: Y

The highest value at which the bar ends on the y-axis

Link copied to clipboard
open override val yMin: Y

The lowest value at which the bar begins on the y-axis