LineChartConfig

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)