-
public interface HorizontalLayoutDefines how a chart’s content is positioned horizontally. This affects the Chart and the HorizontalAxis instances.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classHorizontalLayout.SegmentedWhen this is applied, the Chart centers each major entry in a designated segment. Some empty space is visible at the start and end of the Chart. HorizontalAxis instances display ticks and guidelines at the edges of the segments.
public final classHorizontalLayout.FullWidthWhen 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.
public classHorizontalLayout.Companion
-