Skip to content

Commit

Permalink
Update the documentation of BaseAxis.Size.Text
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowsky committed Nov 18, 2024
1 parent 2f70dbd commit 18d8c2d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ public abstract class BaseAxis<P : Axis.Position>(

/**
* The axis will measure the size of its label component ([label]) for the given [String]
* ([text]), and it will use this size as its size. In the case of [VerticalAxis], the width of
* the axis line and the tick length will also be considered.
* ([text]), and it will use this size. In the case of [VerticalAxis], the width of the axis
* line and the tick length will also be considered.
*/
public class Text(public val text: CharSequence) : Size() {
override fun equals(other: Any?): Boolean =
Expand Down

0 comments on commit 18d8c2d

Please sign in to comment.