Text

class Text(val text: CharSequence) : BaseAxis.Size

The axis will measure the size of its label component (label) for the given String (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.

Constructors

Link copied to clipboard
constructor(text: CharSequence)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int