Fixed

data class Fixed(size: Dp) : LabelWidth

Set the label width as a fixed size in Dp. If the label is smaller than the size it will be right-justified to the graph.

Constructors

Link copied to clipboard
constructor(size: Dp)