-
public class AxisItemPlacer.Horizontal.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static AxisItemPlacer.Horizontal.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final AxisItemPlacer.Horizontaldefault(Integer spacing, Integer offset)Creates a base AxisItemPlacer.Horizontal implementation. -
-
Method Detail
-
default
final AxisItemPlacer.Horizontal default(Integer spacing, Integer offset)
Creates a base AxisItemPlacer.Horizontal implementation. spacing defines how often items should be drawn (relative to ChartValues.xStep). offset is the number of labels (and, for HorizontalLayout.FullWidth, their corresponding ticks and guidelines) to skip from the start.
-
-
-
-