Package-level declarations

Types

Link copied to clipboard
class Axis(orientation: AxisOrientation, positionPercent: Float, style: LineStyle = LineStyle()) : Renderer

Axis to render on the chart.

Link copied to clipboard
data class AxisOrientation(val x: Float, val y: Float)

Represents axis orientation as a vector.