Package-level declarations
Types
Link copied to clipboard
Draws an axis.
Link copied to clipboard
abstract class BaseAxis<P : Axis.Position>(line: LineComponent?, label: TextComponent?, labelRotationDegrees: Float, valueFormatter: CartesianValueFormatter, tick: LineComponent?, tickLengthDp: Float, guideline: LineComponent?, size: BaseAxis.Size, titleComponent: TextComponent?, title: CharSequence?) : Axis<P>
A base Axis implementation. This is extended by HorizontalAxis and VerticalAxis.
Link copied to clipboard
Draws horizontal axes. See the BaseAxis documentation for descriptions of the inherited properties.
Link copied to clipboard
Draws vertical axes. See the BaseAxis documentation for descriptions of the inherited properties.