VariableFraction

data class VariableFraction(fraction: Float) : LabelWidth

Set the label width as a variable fraction of the overall graph width. If the label is smaller than the fraction the graph will grow to occupy the available space.

Constructors

Link copied to clipboard
constructor(fraction: Float)