LineChartGridConfig

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))

Properties

Link copied to clipboard

Path effect for the grid lines.

Link copied to clipboard
val gridLineWidth: Float = 1.0f

Width of the grid lines.