Package-level declarations

Types

Link copied to clipboard
interface ChartInsetter

Enables a component to add insets to Charts to make room for itself. This is used by Axis, Marker, and the like.

Link copied to clipboard

Used to apply horizontal insets to Charts.

Link copied to clipboard
class Insets(var start: Float = 0.0f, var top: Float = 0.0f, var end: Float = 0.0f, var bottom: Float = 0.0f) : HorizontalInsets

Used to store the insets requested by ChartInsetters.