ranges

fun ranges(start: T, block: BulletBuilderScope.RangesScope<T>.() -> Unit)

Defines the qualitative ranges starting at the specified start value. See RangesScope for how to configure individual range values and their graphical representation. If the default visual representation is desired then the overloaded version of this function that takes only a variable number of Float values may be used instead.


fun ranges(vararg values: T)

Defines the qualitative ranges using the default visual representation. If the visual representation needs to be customized then use the overloaded version of this function.