Line Chart Grid Config
data class LineChartGridConfig(val gridLineWidth: Float = 1.0f, val gridLinePathEffect: PathEffect = PathEffect.dashPathEffect(floatArrayOf(10f, 10f), 0f))
Configuration for the chart grid.
Constructors
Link copied to clipboard
constructor(gridLineWidth: Float = 1.0f, gridLinePathEffect: PathEffect = PathEffect.dashPathEffect(floatArrayOf(10f, 10f), 0f))