CartesianLayerPadding

class CartesianLayerPadding(val scalableStart: Dp = 0f.dp, val scalableEnd: Dp = 0f.dp, val unscalableStart: Dp = 0f.dp, val unscalableEnd: Dp = 0f.dp)

Stores CartesianLayer padding sizes. Scalable padding depends on the zoom factor.

Constructors

Link copied to clipboard
constructor(scalableStart: Dp = 0f.dp, scalableEnd: Dp = 0f.dp, unscalableStart: Dp = 0f.dp, unscalableEnd: Dp = 0f.dp)

Properties

Link copied to clipboard

the size of the scalable end padding.

Link copied to clipboard

the size of the scalable start padding.

Link copied to clipboard

the size of the unscalable end padding.

Link copied to clipboard

the size of the unscalable start padding.

Functions

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