Koala Plot Core
0.1.0-SNAPSHOT
Koala Plot Core
/
io.github.koalaplot.core.xychart
/
TickValues
Tick
Values
interface
TickValues
<
T
>
Content copied to clipboard
The major and minor tick values for an axis.
Properties
Parameters
Parameters
T
The type of the axis values.
Properties
major
Tick
Values
Link copied to clipboard
abstract
val
majorTickValues
:
List
<
T
>
Content copied to clipboard
minor
Tick
Values
Link copied to clipboard
abstract
val
minorTickValues
:
List
<
T
>
Content copied to clipboard