BulletGraphScope

data class BulletGraphScope constructor(scopes: MutableList<BulletBuilderScope> = mutableListOf(), var labelWidth: LabelWidth = VariableFraction(@Suppress("MagicNumber") 0.25f))

A scope for constructing displays that layout and align features among multiple bullet graphs.

Constructors

Link copied to clipboard
constructor(scopes: MutableList<BulletBuilderScope> = mutableListOf(), labelWidth: LabelWidth = VariableFraction(@Suppress("MagicNumber") 0.25f))

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun bullet(builder: BulletBuilderScope.() -> Unit)