charty
androidJvm
charty
/
com.himanshoe.charty.common.ui
Package-level
declarations
Functions
Functions
draw
Grid
Lines
Link copied to clipboard
fun
DrawScope
.
drawGridLines
(
width
:
Float
,
height
:
Float
,
spacing
:
Float
)
draw
XAxis
Link copied to clipboard
fun
DrawScope
.
drawXAxis
(
color
:
Color
,
stroke
:
Float
)
Draws the X axis.
draw
YAxis
Link copied to clipboard
fun
DrawScope
.
drawYAxis
(
color
:
Color
,
stroke
:
Float
)
Draws the Y axis.
draw
YAxis
Labels
Link copied to clipboard
fun
DrawScope
.
drawYAxisLabels
(
values
:
List
<
Float
>
,
spacing
:
Float
,
textColor
:
Color
=
Color.Black
)
Draws Y-axis labels for a list of values.