charty
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
charty
charty
/
com.himanshoe.charty.line.config
/
LineChartConfig
/
LineChartConfig
Line
Chart
Config
constructor
(
axisLineWidth
:
Float
=
2.0f
,
gridLineWidth
:
Float
=
1.0f
,
lineChartStrokeWidth
:
Float
=
5.0f
,
gridLinePathEffect
:
PathEffect
=
PathEffect.dashPathEffect(floatArrayOf(10f, 10f), 0f)
,
lineCap
:
StrokeCap
=
StrokeCap.Round
,
drawPointerCircle
:
Boolean
=
false
)