Package com.patrykandpatrick.vico.core.axis
See: Description
-
Class Summary Class Description Builder Used to construct Axis instances. Auto The axis will measure itself and use as much space as it needs, but no less than minSizeDp, and no more than maxSizeDp. Exact The axis size will be exactly sizeDp. Fraction The axis will use a fraction of the available space. TextWidth The axis will measure the width of its label component (label) for the given String (text), and it will use this width as its size. SizeConstraint Defines how an Axis is to size itself. Axis A basic implementation of AxisRenderer used throughout the library. AxisManager Manages a chart’s axes, setting their bounds and drawing them. Horizontal Defines the position of a horizontal axis relative to its Chart. Vertical Defines the position of a vertical axis relative to its Chart. AxisPosition Defines the position of an axis relative to its Chart. AxisKt -
Object Summary Object Description Companion Companion Top The horizontal axis will be placed at the top of its Chart. Bottom The horizontal axis will be placed at the bottom of its Chart. Start The vertical axis will be placed at the start of its Chart. End The vertical axis will be placed at the end of its Chart. -
Interface Summary Interface Description Horizontal An AxisItemPlacer subinterface for HorizontalAxis instances. AxisItemPlacer Determines for what values an Axis is to display labels, ticks, and guidelines. AxisRenderer Defines the minimal set of properties and functions required by other parts of the library to draw an axis.