AxisPosition

sealed class AxisPosition

Defines the position of an axis relative to its Chart.

Inheritors

Types

Link copied to clipboard
sealed class Horizontal : AxisPosition

Defines the position of a horizontal axis relative to its Chart.

Link copied to clipboard
sealed class Vertical : AxisPosition

Defines the position of a vertical axis relative to its Chart.

Properties

Link copied to clipboard

Whether the axis is at the bottom of its Chart.

Link copied to clipboard

Whether the axis is at the end of its Chart.

Link copied to clipboard

Whether the axis is at the start of its Chart.

Link copied to clipboard

Whether the axis is at the top of its Chart.

Functions

Link copied to clipboard
fun isLeft(isLtr: Boolean): Boolean

Whether the axis is on the left of its Chart. The layout direction is considered here.

Link copied to clipboard
fun isRight(isLtr: Boolean): Boolean

Whether the axis is on the right of its Chart. The layout direction is considered here.