FixedFraction

data class FixedFraction(fraction: Float) : LabelWidth

Set the label width as a fixed fraction of the overall graph width. If the label is smaller than the fixed fraction it will be right-justified to the graph.

Constructors

Link copied to clipboard
constructor(fraction: Float)