Koala Plot Core
0.1.0-SNAPSHOT
Koala Plot Core
/
io.github.koalaplot.core.xychart
/
AxisState
Axis
State
interface
AxisState
Content copied to clipboard
Holds the offsets for major and minor ticks within an axis.
Properties
Properties
major
Tick
Offsets
Link copied to clipboard
abstract
val
majorTickOffsets
:
List
<
Float
>
Content copied to clipboard
minor
Tick
Offsets
Link copied to clipboard
abstract
val
minorTickOffsets
:
List
<
Float
>
Content copied to clipboard