FullWidth

class FullWidth(val scalableStartPaddingDp: Float = 0.0f, val scalableEndPaddingDp: Float = 0.0f, val unscalableStartPaddingDp: Float = 0.0f, val unscalableEndPaddingDp: Float = 0.0f) : HorizontalLayout

When this is applied, the Chart’s content takes up the Chart’s entire width (unless padding is added). HorizontalAxis instances display a tick and a guideline for each label, with the tick, guideline, and label vertically centered relative to one another. scalableStartPaddingDp, scalableEndPaddingDp, unscalableStartPaddingDp, and unscalableEndPaddingDp control the amount of empty space at the start and end of the Chart. Scalable padding values are multiplied by the zoom factor, unlike unscalable ones.

Constructors

Link copied to clipboard
constructor(scalableStartPaddingDp: Float = 0.0f, scalableEndPaddingDp: Float = 0.0f, unscalableStartPaddingDp: Float = 0.0f, unscalableEndPaddingDp: Float = 0.0f)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard