-
- All Implemented Interfaces:
-
com.patrykandpatrick.vico.core.chart.layout.HorizontalLayout
public class HorizontalLayout.Segmented implements HorizontalLayout
When 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.
-
-
Field Summary
Fields Modifier and Type Field Description public final static HorizontalLayout.SegmentedINSTANCE
-
Method Summary
Modifier and Type Method Description final HorizontalLayout.Segmentedinvoke()Returns an instance of HorizontalLayout.Segmented. -
-
Method Detail
-
invoke
@Deprecated(message = `HorizontalLayout.Segmented` is now an object. Replace `HorizontalLayout.Segmented()` with `HorizontalLayout.Segmented`.) final HorizontalLayout.Segmented invoke()
Returns an instance of HorizontalLayout.Segmented.
-
-
-
-