Fraction

class Fraction(val fraction: Float) : BaseAxis.Size

The axis will use a fraction of the available space.

Constructors

Link copied to clipboard
constructor(fraction: Float)

Properties

Link copied to clipboard

the fraction of the available space that the axis should use.

Functions

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