Package-level declarations
Types
Link copied to clipboard
interface ChartInsetter
Link copied to clipboard
interface HorizontalInsets
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.