-
- All Implemented Interfaces:
-
com.patrykandpatrick.vico.core.chart.layout.HorizontalLayout
public final class HorizontalLayout.FullWidth implements 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. startPaddingDp and endPaddingDp control the amount of empty space at the start and end of the Chart, respectively.
-
-
Field Summary
Fields Modifier and Type Field Description private final FloatstartPaddingDpprivate final FloatendPaddingDp
-
Constructor Summary
Constructors Constructor Description HorizontalLayout.FullWidth(Float startPaddingDp, Float endPaddingDp)
-
Method Summary
Modifier and Type Method Description final FloatgetStartPaddingDp()final FloatgetEndPaddingDp()-
-
Method Detail
-
getStartPaddingDp
final Float getStartPaddingDp()
-
getEndPaddingDp
final Float getEndPaddingDp()
-
-
-
-